summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-08-30 17:33:05 +0000
committersteve <steve@FreeBSD.org>1998-08-30 17:33:05 +0000
commitbd87efc7530d42a0f1c2a903f752342aae4f95fa (patch)
treea560ea70ae832fa826ff814b4faa73163d44dec2 /usr.bin
parent0cb290fe6695a68d028eb6179c2592292353e7e7 (diff)
downloadFreeBSD-src-bd87efc7530d42a0f1c2a903f752342aae4f95fa.zip
FreeBSD-src-bd87efc7530d42a0f1c2a903f752342aae4f95fa.tar.gz
Typo fix: garbeld -> garbled
PR: 7784 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/at/parsetime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c
index 9e54bbb..8ba6a14 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;
}
OpenPOWER on IntegriCloud