]> granicus.if.org Git - sudo/commitdiff
Fix typo in comment.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 19 Aug 2013 15:19:52 +0000 (09:19 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 19 Aug 2013 15:19:52 +0000 (09:19 -0600)
plugins/sudoers/iolog_path.c

index 34fea898b6ff69413a2d5a6e02f1217dab1a5c6b..2d3ac90b5bf2f62d5fed0b7600346a13112adbfb 100644 (file)
@@ -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);