commit | 77d9268892b0d9624ab95bb551cbfe7a745d2666 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed May 23 20:32:09 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed May 23 20:32:09 2001 +0000 |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a | |
parent | bdd4eced8475919c9768c5aa1396e674397c63fd [diff] [blame] |
Patch from larry to fix some grammar errors.
diff --git a/date.c b/date.c index 93b078b..6db3e28 100644 --- a/date.c +++ b/date.c
@@ -199,7 +199,7 @@ date_conv_time(&tm_time, date_str); } - /* Correct any day of week and day of year etc fields */ + /* Correct any day of week and day of year etc. fields */ tm = mktime(&tm_time); if (tm < 0) error_msg_and_die(invalid_date, date_str);