2006-06-21 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Wed, 21 Jun 2006 01:15:42 +0000 (01:15 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Wed, 21 Jun 2006 01:15:42 +0000 (01:15 +0000)
* gpgme.texi (Passphrase Callback): Fix inverted condition in
description.

doc/ChangeLog
doc/gpgme.texi

index 394ca8f705515fbd61c219183887bb4f7539e177..3355b406cbeb7bbec8fa0a1b82b31ce1de4cf4df 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-21  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Passphrase Callback): Fix inverted condition in
+       description.
+
 2005-12-20  Werner Koch  <wk@g10code.com>
 
        * gpgme.texi (Verify): Document pka_trust.
index 1fc4849cb1e0b1bb712e907a345a1803f1f85bf5..b6809ade543a17ed2fe664cc9921a1aef28926ad 100644 (file)
@@ -2210,9 +2210,9 @@ previous attempts failed, then @var{prev_was_bad} is 1, otherwise it
 will be 0.
 
 The user must write the passphrase, followed by a newline character,
-to the file descriptor @var{fd}.  If the user does not return 0
-indicating success, the user must at least write a newline character
-before returning from the callback.
+to the file descriptor @var{fd}.  If the user returns 0 indicating
+success, the user must at least write a newline character before
+returning from the callback.
 
 If an error occurs, return the corresponding @code{gpgme_error_t}
 value.  You can use the error code @code{GPG_ERR_CANCELED} to abort