diff options
Diffstat (limited to 'trunk/assuan/assuan-listen.c')
-rw-r--r-- | trunk/assuan/assuan-listen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/assuan/assuan-listen.c b/trunk/assuan/assuan-listen.c index 3d4ee5f6..aae3f7b7 100644 --- a/trunk/assuan/assuan-listen.c +++ b/trunk/assuan/assuan-listen.c @@ -54,7 +54,7 @@ assuan_set_hello_line (ASSUAN_CONTEXT ctx, const char *line) * assuan_accept: * @ctx: context * - * Cancel any existing connectiion and wait for a connection from a + * Cancel any existing connection and wait for a connection from a * client. The initial handshake is performed which may include an * initial authentication or encryption negotiation. * |