diff options
author | Eric Andersen | 2001-05-23 20:32:09 +0000 |
---|---|---|
committer | Eric Andersen | 2001-05-23 20:32:09 +0000 |
commit | 77d9268892b0d9624ab95bb551cbfe7a745d2666 (patch) | |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a /date.c | |
parent | bdd4eced8475919c9768c5aa1396e674397c63fd (diff) | |
download | busybox-77d9268892b0d9624ab95bb551cbfe7a745d2666.zip busybox-77d9268892b0d9624ab95bb551cbfe7a745d2666.tar.gz |
Patch from larry to fix some grammar errors.
Diffstat (limited to 'date.c')
-rw-r--r-- | date.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |