summaryrefslogtreecommitdiff
path: root/src/estream-printf.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-11-16 08:52:44 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-11-18 10:45:25 +0900
commit47f2f059732cad79486b48eca5cd8fc07dbc396b (patch)
treea955c45703513a94395ff7e8abdb6d15e426a357 /src/estream-printf.c
parentc7e48340fdc33d4d0fe5a62301c1e15382022954 (diff)
downloadlibgpg-error-47f2f059732cad79486b48eca5cd8fc07dbc396b.tar.gz
Fix more misspellings.
-- Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'src/estream-printf.c')
-rw-r--r--src/estream-printf.c2
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;
}