diff options
author | Werner Koch <[email protected]> | 2007-09-14 12:27:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-09-14 12:27:54 +0000 |
commit | da6f3dc0c53f11f7432b3c258702db07d6c37f9a (patch) | |
tree | 38b0fa6972c8528deb0f737fa4cfbdb82d6a5265 /doc/gpgme.texi | |
parent | 2007-09-14 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-da6f3dc0c53f11f7432b3c258702db07d6c37f9a.tar.gz gpgme-da6f3dc0c53f11f7432b3c258702db07d6c37f9a.zip |
Fixed bug in gpgme_data_relase_and_get_mem.
Typo fixes.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index f480715e..4692d263 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -5031,7 +5031,7 @@ monitor these file descriptors for activity and call the appropriate I/O callbacks. The following example illustrates how to do that. The example uses -locking to show in which way the the callbacks and the event loop can +locking to show in which way the callbacks and the event loop can run concurrently. For the event loop, we use a fixed array. For a real-world implementation, you should use a dynamically sized structure because the number of file descriptors needed for a crypto |