diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-23 20:32:09 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-23 20:32:09 +0000 |
commit | b80bdec29037155df3cda15949b812b9299fdab6 (patch) | |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a /coreutils/date.c | |
parent | 85c4e72ec3a999d9ba8641b6f141c43621d9ea2b (diff) | |
download | busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.gz busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.bz2 busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.zip |
Patch from larry to fix some grammar errors.
git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index 93b078b45..6db3e2838 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -199,7 +199,7 @@ int date_main(int argc, char **argv) | |||
199 | date_conv_time(&tm_time, date_str); | 199 | date_conv_time(&tm_time, date_str); |
200 | } | 200 | } |
201 | 201 | ||
202 | /* Correct any day of week and day of year etc fields */ | 202 | /* Correct any day of week and day of year etc. fields */ |
203 | tm = mktime(&tm_time); | 203 | tm = mktime(&tm_time); |
204 | if (tm < 0) | 204 | if (tm < 0) |
205 | error_msg_and_die(invalid_date, date_str); | 205 | error_msg_and_die(invalid_date, date_str); |