aboutsummaryrefslogtreecommitdiffstats
path: root/src/estream-printf.c
diff options
context:
space:
mode:
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;
}