[Pkg-gnupg-commit] [libassuan] 86/437: doc typo fixes

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 57264e475d50c38ba87d0583afcebf962317d5d4
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Dec 8 21:16:38 2003 +0000

    doc typo fixes
---
 doc/assuan.texi      | 2 +-
 src/ChangeLog        | 4 ++++
 src/assuan-handler.c | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/assuan.texi b/doc/assuan.texi
index 8fd0212..f8671f3 100644
--- a/doc/assuan.texi
+++ b/doc/assuan.texi
@@ -303,7 +303,7 @@ all protocols and partly directly supported by the Assuan library:
 
 @table @code
 @item CANCEL
-his is the one special command which aborts the current request.  it can
+This is the one special command which aborts the current request.  It can
 be sent at any time and the server will stop its operation right before
 it would send the next response line (of any type).
 
diff --git a/src/ChangeLog b/src/ChangeLog
index 44a642a..5c456b8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-08  Werner Koch  <wk at gnupg.org>
+
+	* TODO: Removed.
+
 2003-11-12  Werner Koch  <wk at gnupg.org>
 
 	* assuan-handler.c (process_request): Kludge to print better error
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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list