aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-handler.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-12-08 21:16:38 +0000
committerWerner Koch <[email protected]>2003-12-08 21:16:38 +0000
commit57264e475d50c38ba87d0583afcebf962317d5d4 (patch)
treeda6e22e34360405f20d551a12a4cc7de6481c589 /src/assuan-handler.c
parent* TODO: New. (diff)
downloadlibassuan-57264e475d50c38ba87d0583afcebf962317d5d4.tar.gz
libassuan-57264e475d50c38ba87d0583afcebf962317d5d4.zip
doc typo fixes
Diffstat (limited to '')
-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 bb9a565..f135bc2 100644
--- a/src/assuan-handler.c
+++ b/src/assuan-handler.c
@@ -493,7 +493,7 @@ process_request (ASSUAN_CONTEXT ctx)
const char *text = ctx->err_no == rc? ctx->err_str:NULL;
#if defined(__GNUC__) && defined(__ELF__)
- /* If we have weak symbol support we try to use the rror
+ /* If we have weak symbol support we try to use the error
strings from libgpg-error without creating a dependency.
They are used for debugging purposes only, so there is no
problem if they are not available. We need to make sure