diff options
Diffstat (limited to 'g10')
-rw-r--r-- | g10/ChangeLog | 3 | ||||
-rw-r--r-- | g10/misc.c | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 5b23c9747..aa5a9dae6 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,6 +1,7 @@ 2000-10-18 Werner Koch <[email protected]> - * misc.c (print_cipher_algo_note): Don't print the nore for AES. + * misc.c (print_cipher_algo_note): Don't print the note for AES. + Changed wording. 2000-10-16 Werner Koch <[email protected]> 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")); } } } |