diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-09-14 21:21:19 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-15 08:06:32 +0000 |
commit | 167273ee9d3c04f29835aa2d12fde52eebf61efb (patch) | |
tree | e5e2f484bb399375659b344af9f8922818050687 /dirmngr/server.c | |
parent | spelling: correct achived to achieved (diff) | |
download | gnupg-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 'dirmngr/server.c')
-rw-r--r-- | dirmngr/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c index b29628aed..e5cf2c3aa 100644 --- a/dirmngr/server.c +++ b/dirmngr/server.c @@ -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) { |