diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
commit | 2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 (patch) | |
tree | d53dd780b6169d9cc09d7ab91e99e28cb8e96084 /src/data.h | |
parent | docs: python bindings (diff) | |
download | gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.tar.gz gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.zip |
spelling: fix misspellings
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ typedef gpgme_ssize_t (*gpgme_data_write_cb) (gpgme_data_t dh, size_t size); /* Set the current position from where the next read or write starts - in the data object with the handle DH to OFFSET, relativ to + in the data object with the handle DH to OFFSET, relative to WHENCE. */ typedef gpgme_off_t (*gpgme_data_seek_cb) (gpgme_data_t dh, gpgme_off_t offset, |