diff options
| author | Yuri Chornoivan <[email protected]> | 2017-02-20 21:19:50 +0000 |
|---|---|---|
| committer | Daniel Kahn Gillmor <[email protected]> | 2017-02-21 18:11:46 +0000 |
| commit | 24cf0606b43038c7ce5e9c6ccb921895619c04f0 (patch) | |
| tree | 4888dfeb4ed52052e71158b948499b12b4b04ec9 /agent/command.c | |
| parent | dirmngr: Add special treatment for the standard hkps pool to ntbtls. (diff) | |
| download | gnupg-24cf0606b43038c7ce5e9c6ccb921895619c04f0.tar.gz gnupg-24cf0606b43038c7ce5e9c6ccb921895619c04f0.zip | |
Clean up word replication.
--
This fixes extra word repetitions (like "the the" or "is is") in the
code and docs.
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'agent/command.c')
| -rw-r--r-- | agent/command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/command.c b/agent/command.c index c8b34e988..ec38649fb 100644 --- a/agent/command.c +++ b/agent/command.c @@ -434,7 +434,7 @@ leave_cmd (assuan_context_t ctx, gpg_error_t err) static const char hlp_geteventcounter[] = "GETEVENTCOUNTER\n" "\n" - "Return a a status line named EVENTCOUNTER with the current values\n" + "Return a status line named EVENTCOUNTER with the current values\n" "of all event counters. The values are decimal numbers in the range\n" "0 to UINT_MAX and wrapping around to 0. The actual values should\n" "not be relied upon, they shall only be used to detect a change.\n" @@ -2007,7 +2007,7 @@ static const char hlp_keywrap_key[] = "KEYWRAP_KEY [--clear] <mode>\n" "\n" "Return a key to wrap another key. For now the key is returned\n" - "verbatim and and thus makes not much sense because an eavesdropper on\n" + "verbatim and thus makes not much sense because an eavesdropper on\n" "the gpg-agent connection will see the key as well as the wrapped key.\n" "However, this function may either be equipped with a public key\n" "mechanism or not used at all if the key is a pre-shared key. In any\n" @@ -2631,7 +2631,7 @@ static const char hlp_putval[] = "try to connect to that daemon. Only if that fails they may start\n" "an own instance of the service daemon. \n" "\n" - "KEY is an an arbitrary symbol with the same syntax rules as keys\n" + "KEY is an arbitrary symbol with the same syntax rules as keys\n" "for shell environment variables. PERCENT_ESCAPED_VALUE is the\n" "corresponding value; they should be similar to the values of\n" "envronment variables but gpg-agent does not enforce any\n" |
