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