mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Typo fixes.
This commit is contained in:
parent
ee8a16b96e
commit
c59e59069c
4 changed files with 15 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
2000-10-18 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* 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 <wk@gnupg.org>
|
||||
|
||||
|
|
|
@ -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"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue