aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to 'g10')
-rw-r--r--g10/gpg.c4
-rw-r--r--g10/helptext.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index 438da523c..75e3c2f10 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -792,8 +792,8 @@ strusage( int level )
break;
case 41: p =
_("Syntax: gpg [options] [files]\n"
- "sign, check, encrypt or decrypt\n"
- "default operation depends on the input data\n");
+ "Sign, check, encrypt or decrypt\n"
+ "Default operation depends on the input data\n");
break;
case 31: p = "\nHome: "; break;
diff --git a/g10/helptext.c b/g10/helptext.c
index dbb6d8553..d1c4b25eb 100644
--- a/g10/helptext.c
+++ b/g10/helptext.c
@@ -131,7 +131,7 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = {
"C to change the comment.\n"
"E to change the email address.\n"
"O to continue with key generation.\n"
-"Q to to quit the key generation."
+"Q to quit the key generation."
)},
{ "keygen.sub.okay", N_(
@@ -226,7 +226,7 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = {
{ "passphrase.enter", N_(
""
-"Please enter the passhrase; this is a secret sentence \n"
+"Please enter the passphrase; this is a secret sentence \n"
)},