diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | doc/errorref.txt | 2 | ||||
-rw-r--r-- | doc/gpgrt.texi | 4 | ||||
-rw-r--r-- | src/estream-printf.c | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -478,8 +478,8 @@ Noteworthy changes in version 1.4 (2006-09-14) * New error codes for the Assuan IPC library. * New error code GPG_ERR_MISSING_ERRNO to be used in cases when a - system accidently does not set errno but a system error definitely - occured. + system accidentally does not set errno but a system error + definitely occurred. * New error source GPG_ERR_SOURCE_ANY to allow proper use of libgpg-error even if a specific source is not available. diff --git a/doc/errorref.txt b/doc/errorref.txt index da4510e..d389398 100644 --- a/doc/errorref.txt +++ b/doc/errorref.txt @@ -78,7 +78,7 @@ GPG_ERR_NO_PUBKEY No public key - The public key could not be retrieved from a corresponding certificate on a card (command READKEY in scd). - A requested certificate was not found or an unspecified - error occured while selecting a X.509 certificate in + error occurred while selecting a X.509 certificate in gpgsm. - The specified certificate or key was not found. This does not necessary mean that the certifciate is not diff --git a/doc/gpgrt.texi b/doc/gpgrt.texi index b8a3008..53beef8 100644 --- a/doc/gpgrt.texi +++ b/doc/gpgrt.texi @@ -128,7 +128,7 @@ RunTime). This manual documents the Libgpg-error library application programming interface (API). The goal is to that all functions and data types provided by the library are explained. However, for now this is only -a stub and not very usefull. +a stub and not very useful. @node Features @@ -327,7 +327,7 @@ TBD. @node Generalities @chapter Generalities -TBD. (Description of the error fucntion may be taken from Libgcrypt.) +TBD. (Description of the error function may be taken from Libgcrypt.) diff --git a/src/estream-printf.c b/src/estream-printf.c index 091ff7d..f1cbcde 100644 --- a/src/estream-printf.c +++ b/src/estream-printf.c @@ -1784,7 +1784,7 @@ dynamic_buffer_out (void *outfncarg, const char *buf, size_t buflen) { parm->error_flag = errno ? errno : ENOMEM; /* Wipe out what we already accumulated. This is useful in - case sensitive data is formated. */ + case sensitive data is formatted. */ memset (parm->buffer, 0, parm->used); return -1; } |