diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-08-30 17:33:05 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-08-30 17:33:05 +0000 |
| commit | 3297b869e3eb948b7d7b47c9a97d3c5c9517e013 (patch) | |
| tree | dbe4d23bd15c1f38482d265ddca42595b20595e9 /usr.bin/at | |
| parent | 175ae25003248e0edc5ee96cb451ea4f3a9ae76c (diff) | |
Notes
Diffstat (limited to 'usr.bin/at')
| -rw-r--r-- | usr.bin/at/parsetime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 9e54bbb82ae96..8ba6a149d822c 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -143,7 +143,7 @@ static size_t sc_len; /* scanner - lenght of token buffer */ static int sc_tokid; /* scanner - token id */ static int sc_tokplur; /* scanner - is token plural? */ -static char rcsid[] = "$Id: parsetime.c,v 1.13 1998/07/09 22:51:59 des Exp $"; +static char rcsid[] = "$Id: parsetime.c,v 1.14 1998/08/08 14:02:06 alex Exp $"; /* Local functions */ @@ -370,7 +370,7 @@ tod(struct tm *tm) else if (tlen == 4) { minute = hour%100; if (minute > 59) - panic("garbeld time"); + panic("garbled time"); hour = hour/100; } |
