aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'env.c')
-rw-r--r--env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.c b/env.c
index 4c01a984..f547578a 100644
--- a/env.c
+++ b/env.c
@@ -834,7 +834,7 @@ wchar_t *env_get( const wchar_t *key )
wchar_t *next = history_get( i-add_current );
if( !next )
{
- debug( 1, _( L"No history at idx %d\n" ), i );
+ debug( 1, _( L"No history item at index %d\n" ), i );
break;
}