diff options
Diffstat (limited to '')
-rw-r--r-- | g13/sh-cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/sh-cmd.c b/g13/sh-cmd.c index a54f0aec9..523ec56f6 100644 --- a/g13/sh-cmd.c +++ b/g13/sh-cmd.c @@ -35,7 +35,7 @@ the CTRL object of each connection. */ struct server_local_s { - /* The Assuan contect we are working on. */ + /* The Assuan context we are working on. */ assuan_context_t assuan_ctx; /* The malloced name of the device. */ |