aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/assuan-handler.c')
-rw-r--r--src/assuan-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assuan-handler.c b/src/assuan-handler.c
index 7be48e6..21501a3 100644
--- a/src/assuan-handler.c
+++ b/src/assuan-handler.c
@@ -544,7 +544,7 @@ process_request (ASSUAN_CONTEXT ctx)
* assuan_process:
* @ctx: assuan context
*
- * This fucntion is used to handle the assuan protocol after a
+ * This function is used to handle the assuan protocol after a
* connection has been established using assuan_accept(). This is the
* main protocol handler.
*