summaryrefslogtreecommitdiffstats
path: root/g10/helptext.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-01-12 11:20:24 +0100
committerWerner Koch <wk@gnupg.org>1999-01-12 11:20:24 +0100
commit62957ff4e73a27226c39586e3aa7a36aaea154b1 (patch)
tree6fe49a6bc4e1dcd3a0d8bebd26a7f1e7c90a5458 /g10/helptext.c
parentSee ChangeLog: Sun Jan 10 19:36:42 CET 1999 Werner Koch (diff)
downloadgnupg2-62957ff4e73a27226c39586e3aa7a36aaea154b1.tar.xz
gnupg2-62957ff4e73a27226c39586e3aa7a36aaea154b1.zip
See ChangeLog: Tue Jan 12 11:17:18 CET 1999 Werner Koch
Diffstat (limited to 'g10/helptext.c')
-rw-r--r--g10/helptext.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/g10/helptext.c b/g10/helptext.c
index 2e1bca94d..459f62ed7 100644
--- a/g10/helptext.c
+++ b/g10/helptext.c
@@ -36,7 +36,7 @@
* Translators should use the key as msgid, this is to keep the msgid short
* and to allow for easy changing of the helptexts.
*
- * Mini gloassary:
+ * Mini glossary:
*
* "user ID", "trustdb", "NOTE" and "WARNING".
*/
@@ -60,14 +60,14 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = {
},
{ N_("pklist.user_id.enter"),
-"Enter the user id of the addresse to whom you want to send the message."
+"Enter the user id of the addressee to whom you want to send the message."
},
{ N_("keygen.algo"),
"Select the algorithm to use.\n"
"DSA (aka DSS) is the digital signature algorithm which can only be used\n"
"for signatures. This is the suggested algorithm because verification of\n"
-"DSA signatures are much faster than those of ElGamal\n"
+"DSA signatures are much faster than those of ElGamal.\n"
"ElGamal is a algorithm which can be used for signatures and encryption.\n"
"OpenPGP distunguishs between two flavors of this algorithms: a encrypt only\n"
"and a sign+encrypt; actually it is the same, but some parameters must be\n"
@@ -75,7 +75,7 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = {
"does this but other OpenPGP implemenations are not required to understand\n"
"the signature+encryption flavor.\n"
"The first (primary) key must always be a key which is capable of signing;\n"
-"this is the reason why the ecrytion only ElGamal key is disabled in this."
+"this is the reason why the encryption only ElGamal key is disabled in this."
},
@@ -165,7 +165,7 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = {
{ N_("keyedit.remove.uid.okay"),
"Answer \"yes\" if you really want to delete this user ID.\n"
- "All ceritifcates are then also lost!"
+ "All certificates are then also lost!"
},
{ N_("keyedit.remove.subkey.okay"),