spelling: cumulative

This commit is contained in:
Josh Soref 2017-10-22 18:33:13 +00:00
parent bd4750126b
commit 66b1a59efe
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ extern int failcheck (uid_t uid, struct faillog *fl, bool failed);
extern void failprint (const struct faillog *); 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 * failtmp updates the (struct utmp) formatted failure log which
* maintains a record of all login failures. * maintains a record of all login failures.

View File

@ -126,7 +126,7 @@ static char *date_formats[] = {
#else #else
/* /*
* days and juldays are used to compute the number of days in the * 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. * months. they are declared so that january is 1, not 0.
*/ */
static short days[13] = { 0, static short days[13] = { 0,