diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-24 19:56:18 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-24 19:56:18 +0000 |
commit | 54eb375ff14e2a93cea70eab35719be4d25f51ca (patch) | |
tree | 99a6159cfc9cc26696ddd5c842095fd046cb8d6e /dirmngr/misc.c | |
parent | doc: fix spelling mistakes (diff) | |
download | gnupg-54eb375ff14e2a93cea70eab35719be4d25f51ca.tar.gz gnupg-54eb375ff14e2a93cea70eab35719be4d25f51ca.zip |
all: fix spelling and typos
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'dirmngr/misc.c')
-rw-r--r-- | dirmngr/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/misc.c b/dirmngr/misc.c index 1270b834d..9ad60d59f 100644 --- a/dirmngr/misc.c +++ b/dirmngr/misc.c @@ -637,7 +637,7 @@ armor_data (char **r_string, const void *data, size_t datalen) } -/* Copy all data from IN to OUT. OUT may be NULL to use this fucntion +/* Copy all data from IN to OUT. OUT may be NULL to use this function * as a dummy reader. */ gpg_error_t copy_stream (estream_t in, estream_t out) |