Patch from larry to fix some grammar errors.

This commit is contained in:
Eric Andersen
2001-05-23 20:32:09 +00:00
parent bdd4eced84
commit 77d9268892
32 changed files with 89 additions and 89 deletions

View File

@@ -199,7 +199,7 @@ int date_main(int argc, char **argv)
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);