spelling: conenction should be connection

* dirmngr/server.c, sm/server.c: s/conenction/connection/

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
Daniel Kahn Gillmor 2016-09-14 17:21:19 -04:00 committed by Justus Winter
parent 7fafc3c499
commit 167273ee9d
2 changed files with 2 additions and 2 deletions

View File

@ -304,7 +304,7 @@ strcpy_escaped_plus (char *d, const unsigned char *s)
/* This function returns true if a Tor server is running. The sattus
is cached for the current conenction. */
is cached for the current connection. */
static int
is_tor_running (ctrl_t ctrl)
{

View File

@ -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)
{