diff options
Diffstat (limited to 'g10')
-rw-r--r-- | g10/ChangeLog | 4 | ||||
-rw-r--r-- | g10/helptext.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 7de3dddd1..40f2cd0a6 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 23 10:07:57 CET 2000 Werner Koch <[email protected]> + + * helptext.c: typo fix. + Thu Feb 17 13:39:32 CET 2000 Werner Koch <[email protected]> * revoke.c: Removed a bunch of commented code. diff --git a/g10/helptext.c b/g10/helptext.c index cda881fbd..a5640b3f3 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -243,7 +243,7 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { /* revoke.c (ask_revocation_reason) */ { "ask_revocation_reason.text", N_( "If you like, you can enter a text describing why you issue this\n" - "revocation certificate. Please keep this text consis.\n" + "revocation certificate. Please keep this text concise.\n" "An empty line ends the text.\n" )}, |