From be45bf3d544873ff4bc86496c6ab6c5f16c6a26e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 8 Jan 2010 19:18:49 +0000 Subject: Add dummu option --passwd for gpg. Collected changes. --- common/estream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/estream.c') 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, -- cgit v1.2.3