summaryrefslogtreecommitdiffstats
path: root/replace/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'replace/snprintf.c')
-rw-r--r--replace/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/replace/snprintf.c b/replace/snprintf.c
index a174dcffe..c54d721ce 100644
--- a/replace/snprintf.c
+++ b/replace/snprintf.c
@@ -526,7 +526,7 @@ static int dopr(char *buffer, size_t maxlen, const char *format, va_list args_in
}
}
- /* retieve the format arguments */
+ /* retrieve the format arguments */
for (pnum = 0; pnum < max_pos; pnum++) {
int i;