aboutsummaryrefslogtreecommitdiffstats
path: root/sm/server.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2016-09-14 21:21:19 +0000
committerJustus Winter <[email protected]>2016-09-15 08:06:32 +0000
commit167273ee9d3c04f29835aa2d12fde52eebf61efb (patch)
treee5e2f484bb399375659b344af9f8922818050687 /sm/server.c
parentspelling: correct achived to achieved (diff)
downloadgnupg-167273ee9d3c04f29835aa2d12fde52eebf61efb.tar.gz
gnupg-167273ee9d3c04f29835aa2d12fde52eebf61efb.zip
spelling: conenction should be connection
* dirmngr/server.c, sm/server.c: s/conenction/connection/ Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'sm/server.c')
-rw-r--r--sm/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/server.c b/sm/server.c
index ce8085dad..b4fcb43c0 100644
--- a/sm/server.c
+++ b/sm/server.c
@@ -1099,7 +1099,7 @@ static const char hlp_getinfo[] =
" agent-check - Return success if the agent is running.\n"
" cmd_has_option CMD OPT\n"
" - Returns OK if the command CMD implements the option OPT.\n"
- " offline - Returns OK if the conenction is in offline mode.";
+ " offline - Returns OK if the connection is in offline mode.";
static gpg_error_t
cmd_getinfo (assuan_context_t ctx, char *line)
{