1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Typo fixes.

This commit is contained in:
Werner Koch 2000-10-18 16:41:09 +00:00
parent ee8a16b96e
commit c59e59069c
4 changed files with 15 additions and 5 deletions

View file

@ -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"));
}
}
}