From: Todd C. Miller Date: Mon, 19 Aug 2013 15:19:52 +0000 (-0600) Subject: Fix typo in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e507c05bbf3c9638396de9e3f7b37c8be6a3db58;p=sudo Fix typo in comment. --- diff --git a/plugins/sudoers/iolog_path.c b/plugins/sudoers/iolog_path.c index 34fea898b..2d3ac90b5 100644 --- a/plugins/sudoers/iolog_path.c +++ b/plugins/sudoers/iolog_path.c @@ -255,7 +255,7 @@ expand_iolog_path(const char *prefix, const char *dir, const char *file, /* Use sudoers locale for strftime() */ sudoers_setlocale(SUDOERS_LOCALE_SUDOERS, &oldlocale); - /* We only calls strftime() on the current part of the buffer. */ + /* We only call strftime() on the current part of the buffer. */ tmpbuf[sizeof(tmpbuf) - 1] = '\0'; len = strftime(tmpbuf, sizeof(tmpbuf), dst0, timeptr);