aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-05-27 13:46:17 +0000
committerJustus Winter <[email protected]>2016-05-27 13:46:17 +0000
commit5265017d58e72b99b953932da2683522bb7bc741 (patch)
treea9a5d9a98f8dc1573b7ee734a62320e85ec016a0
parenttests: Fix test. (diff)
downloadgpgme-5265017d58e72b99b953932da2683522bb7bc741.tar.gz
gpgme-5265017d58e72b99b953932da2683522bb7bc741.zip
src: Fix typo.
-- Signed-off-by: Justus Winter <[email protected]>
-rw-r--r--src/gpgme.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgme.h.in b/src/gpgme.h.in
index 87550fe4..d68372cc 100644
--- a/src/gpgme.h.in
+++ b/src/gpgme.h.in
@@ -1290,7 +1290,7 @@ gpgme_error_t gpgme_data_new_with_read_cb (gpgme_data_t *r_dh,
/* Create a new data buffer filled with the content of file FNAME.
COPY must be non-zero. For delayed read, please use
- gpgme_data_new_from_fd or gpgme_data_new_from stream instead. */
+ gpgme_data_new_from_fd or gpgme_data_new_from_stream instead. */
gpgme_error_t gpgme_data_new_from_file (gpgme_data_t *r_dh,
const char *fname,
int copy);