Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/at Fix a spello, and change the intent of the messag...
details: https://anonhg.NetBSD.org/src/rev/2ec98c9e9469
branches: trunk
changeset: 586808:2ec98c9e9469
user: garbled <garbled%NetBSD.org@localhost>
date: Tue Jan 03 00:15:45 2006 +0000
description:
Fix a spello, and change the intent of the message slightly.
diffstat:
usr.bin/at/parsetime.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r adfe11b82ea7 -r 2ec98c9e9469 usr.bin/at/parsetime.c
--- a/usr.bin/at/parsetime.c Mon Jan 02 23:37:34 2006 +0000
+++ b/usr.bin/at/parsetime.c Tue Jan 03 00:15:45 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: parsetime.c,v 1.13 2006/01/02 20:18:59 garbled Exp $ */
+/* $NetBSD: parsetime.c,v 1.14 2006/01/03 00:15:45 garbled Exp $ */
/*
* parsetime.c - parse time for at(1)
@@ -141,7 +141,7 @@
#if 0
static char rcsid[] = "$OpenBSD: parsetime.c,v 1.4 1997/03/01 23:40:10 millert Exp $";
#else
-__RCSID("$NetBSD: parsetime.c,v 1.13 2006/01/02 20:18:59 garbled Exp $");
+__RCSID("$NetBSD: parsetime.c,v 1.14 2006/01/03 00:15:45 garbled Exp $");
#endif
#endif
@@ -644,7 +644,7 @@
}
if (runtimer < 0)
- panic("Time not valid (likey due to daylight saving time)");
+ panic("Time not valid (possibly due to daylight saving time)");
if (nowtimer > runtimer)
panic("Trying to travel back in time");
Home |
Main Index |
Thread Index |
Old Index