diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-11-15 23:52:44 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2016-11-18 01:45:25 +0000 |
commit | 47f2f059732cad79486b48eca5cd8fc07dbc396b (patch) | |
tree | a955c45703513a94395ff7e8abdb6d15e426a357 /src/estream-printf.c | |
parent | po: Convert ro.po to UTF-8. (diff) | |
download | libgpg-error-47f2f059732cad79486b48eca5cd8fc07dbc396b.tar.gz libgpg-error-47f2f059732cad79486b48eca5cd8fc07dbc396b.zip |
Fix more misspellings.
--
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'src/estream-printf.c')
-rw-r--r-- | src/estream-printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/estream-printf.c b/src/estream-printf.c index 091ff7d..f1cbcde 100644 --- a/src/estream-printf.c +++ b/src/estream-printf.c @@ -1784,7 +1784,7 @@ dynamic_buffer_out (void *outfncarg, const char *buf, size_t buflen) { parm->error_flag = errno ? errno : ENOMEM; /* Wipe out what we already accumulated. This is useful in - case sensitive data is formated. */ + case sensitive data is formatted. */ memset (parm->buffer, 0, parm->used); return -1; } |