summaryrefslogtreecommitdiff
path: root/source/lib/replace/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/replace/snprintf.c')
-rw-r--r--source/lib/replace/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/replace/snprintf.c b/source/lib/replace/snprintf.c
index a174dcffed7..c54d721ce5e 100644
--- a/source/lib/replace/snprintf.c
+++ b/source/lib/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;