From 66b1a59efea89b7d4edc585a65cfc4694175c167 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 22 Oct 2017 18:33:13 +0000 Subject: [PATCH] spelling: cumulative --- libmisc/failure.h | 2 +- libmisc/strtoday.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libmisc/failure.h b/libmisc/failure.h index 13187a40..38a4d72f 100644 --- a/libmisc/failure.h +++ b/libmisc/failure.h @@ -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. diff --git a/libmisc/strtoday.c b/libmisc/strtoday.c index 57648984..860f06d4 100644 --- a/libmisc/strtoday.c +++ b/libmisc/strtoday.c @@ -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,