--- embedaddon/sudo/plugins/sudoers/iolog_path.c 2013/07/22 10:46:12 1.1.1.4 +++ embedaddon/sudo/plugins/sudoers/iolog_path.c 2013/10/14 07:56:34 1.1.1.5 @@ -255,7 +255,7 @@ expand_iolog_path(const char *prefix, const char *dir, /* 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);