diff options
author | Justus Winter <[email protected]> | 2017-04-05 12:48:04 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-04-05 12:48:46 +0000 |
commit | adfa09699c7ecad5dec5b79944a59291eaec75b4 (patch) | |
tree | d81de04ffef8f5d0fdbce1a5fe97e4bf1fd9c047 | |
parent | FreeBSD's closefrom(2) does not return errors (diff) | |
download | gpgme-adfa09699c7ecad5dec5b79944a59291eaec75b4.tar.gz gpgme-adfa09699c7ecad5dec5b79944a59291eaec75b4.zip |
Fix typo.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ Noteworthy changes in version 1.9.0 (2017-03-28) GPGME_ENCRYPT_WRAP NEW. GPGME_DECRYPT_VERIFY NEW. GPGME_DECRYPT_UNWRAP NEW. -o gpgme_data_rewind UN-DEPRECATE. + gpgme_data_rewind UN-DEPRECATE. cpp: Context::revUid(const Key&, const char*) NEW. cpp: Context::startRevUid(const Key&, const char*) NEW. cpp: Context::addUid(const Key&, const char*) NEW. |