diff options
author | Werner Koch <wk@gnupg.org> | 2010-01-08 20:18:49 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-01-08 20:18:49 +0100 |
commit | be45bf3d544873ff4bc86496c6ab6c5f16c6a26e (patch) | |
tree | 31c443f6d989917ea476143abc4fd5d2ae749faa /common | |
parent | Fix bug 1146 (diff) | |
download | gnupg2-be45bf3d544873ff4bc86496c6ab6c5f16c6a26e.tar.xz gnupg2-be45bf3d544873ff4bc86496c6ab6c5f16c6a26e.zip |
Add dummu option --passwd for gpg.
Collected changes.
Diffstat (limited to 'common')
-rw-r--r-- | common/estream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/estream.c b/common/estream.c index fef9a210f..401590552 100644 --- a/common/estream.c +++ b/common/estream.c @@ -1423,7 +1423,7 @@ es_readn (estream_t ES__RESTRICT stream, } /* Try to unread DATA_N bytes from DATA into STREAM, storing the - amount of bytes succesfully unread in *BYTES_UNREAD. */ + amount of bytes successfully unread in *BYTES_UNREAD. */ static void es_unreadn (estream_t ES__RESTRICT stream, const unsigned char *ES__RESTRICT data, size_t data_n, |