]> granicus.if.org Git - shadow/commitdiff
spelling: cumulative
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 18:33:13 +0000 (18:33 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 18:33:13 +0000 (18:33 +0000)
libmisc/failure.h
libmisc/strtoday.c

index 13187a403279baafbbb05bfff778859e49b2e5bf..38a4d72fb77d68d9c028c195445a71cb69354e28 100644 (file)
@@ -69,7 +69,7 @@ extern int failcheck (uid_t uid, struct faillog *fl, bool failed);
 extern void failprint (const struct faillog *);
 
 /*
- * failtmp - update the cummulative failure log
+ * failtmp - update the cumulative failure log
  *
  *     failtmp updates the (struct utmp) formatted failure log which
  *     maintains a record of all login failures.
index 57648984b2e02645559a92daa338d2d906a0b58f..860f06d42bac7fed19c331f266db7b7fb4bff15d 100644 (file)
@@ -126,7 +126,7 @@ static char *date_formats[] = {
 #else
 /*
  * days and juldays are used to compute the number of days in the
- * current month, and the cummulative number of days in the preceding
+ * current month, and the cumulative number of days in the preceding
  * months.  they are declared so that january is 1, not 0.
  */
 static short days[13] = { 0,