diff options
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/misc.c b/g10/misc.c index 53dfd0fac..57d6257ab 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -236,7 +236,7 @@ print_cipher_algo_note( int algo ) if( !did_note ) { did_note = 1; log_info(_("this cipher algorithm is deprecated; " - "please use a more standard one!x\n")); + "please use a more standard one!\n")); } } } |