[git] Assuan - branch, master, updated. libassuan-2.4.1-5-g9ec026a

by Justus Winter cvs at cvs.gnupg.org
Wed Dec 2 11:24:04 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPC library used by GnuPG".

The branch, master has been updated
       via  9ec026a90535e7ebc2919b800b056850a4d4e30b (commit)
      from  05ac2dc5c77fa4b87e98508c1b15fd254806b1ce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9ec026a90535e7ebc2919b800b056850a4d4e30b
Author: Justus Winter <justus at g10code.com>
Date:   Tue Dec 1 14:00:27 2015 +0100

    Fix typos found by codespell.
    
    --
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/src/assuan-buffer.c b/src/assuan-buffer.c
index b442b3d..ef9ba41 100644
--- a/src/assuan-buffer.c
+++ b/src/assuan-buffer.c
@@ -476,7 +476,7 @@ _assuan_cookie_write_flush (void *cookie)
  * and may get buffered until a line is full.  To force sending the
  * data out @buffer may be passed as NULL (in which case @length must
  * also be 0); however when used by a client this flush operation does
- * also send the terminating "END" command to terminate the reponse on
+ * also send the terminating "END" command to terminate the response on
  * a INQUIRE response.  However, when assuan_transact() is used, this
  * function takes care of sending END itself.
  *
diff --git a/src/assuan-handler.c b/src/assuan-handler.c
index 2fa91b8..351446d 100644
--- a/src/assuan-handler.c
+++ b/src/assuan-handler.c
@@ -995,7 +995,7 @@ assuan_get_data_fp (assuan_context_t ctx)
 }
 
 
-/* Set the text used for the next OK reponse.  This string is
+/* Set the text used for the next OK response.  This string is
    automatically reset to NULL after the next command. */
 gpg_error_t
 assuan_set_okay_line (assuan_context_t ctx, const char *line)
diff --git a/src/assuan-socket-connect.c b/src/assuan-socket-connect.c
index 49d3f72..73fbbc3 100644
--- a/src/assuan-socket-connect.c
+++ b/src/assuan-socket-connect.c
@@ -223,7 +223,7 @@ assuan_socket_connect (assuan_context_t ctx, const char *name,
     {
       /* We require that the name starts with a slash if no URL
          schemata is used.  To make things easier we allow an optional
-         driver prefix.  */
+         drive prefix.  */
       s = name;
       if (*s && s[1] == ':')
         s += 2;
diff --git a/src/funopen.c b/src/funopen.c
index fb87f96..e6d77e3 100644
--- a/src/funopen.c
+++ b/src/funopen.c
@@ -34,7 +34,7 @@
 
   The functions to provide my either be NULL if not required or
   similar to the unistd function with the exception of using the
-  cookie instead of the fiel descripor.
+  cookie instead of the file descriptor.
 */
 
 
diff --git a/src/gpgcedev.c b/src/gpgcedev.c
index a097c88..bff4655 100644
--- a/src/gpgcedev.c
+++ b/src/gpgcedev.c
@@ -174,7 +174,7 @@ struct {
 } logcontrol;
 
 
-/* We don't need a device context for the pipe thus we use the adress
+/* We don't need a device context for the pipe thus we use the address
    of the critical section object for it.  */
 #define PIPECTX_VALUE ((DWORD)(&opnctx_table_cs))
 
diff --git a/src/system-w32.c b/src/system-w32.c
index 85b8fa8..7b95d5c 100644
--- a/src/system-w32.c
+++ b/src/system-w32.c
@@ -428,7 +428,7 @@ __assuan_spawn (assuan_context_t ctx, pid_t *r_pid, const char *name,
      variable.  However this requires us to write a full environment
      handler, because the strings are expected in sorted order.  The
      suggestion given in the MS Reference Library, to save the old
-     value, changeit, create proces and restore it, is not thread
+     value, change it, create process and restore it, is not thread
      safe.  */
 
   /* Build the command line.  */
diff --git a/tests/fdpassing.c b/tests/fdpassing.c
index 81ae149..fee5ba0 100644
--- a/tests/fdpassing.c
+++ b/tests/fdpassing.c
@@ -1,4 +1,4 @@
-/* fdpassing - Check the fiel descriptor passing.
+/* fdpassing - Check the file descriptor passing.
    Copyright (C) 2006, 2009 Free Software Foundation, Inc.
 
    This file is part of Assuan.

-----------------------------------------------------------------------

Summary of changes:
 src/assuan-buffer.c         | 2 +-
 src/assuan-handler.c        | 2 +-
 src/assuan-socket-connect.c | 2 +-
 src/funopen.c               | 2 +-
 src/gpgcedev.c              | 2 +-
 src/system-w32.c            | 2 +-
 tests/fdpassing.c           | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
IPC library used by GnuPG
http://git.gnupg.org




More information about the Gnupg-commits mailing list