Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 1998 08:49:07 -0700 (PDT)
From:      kkennawa@physics.adelaide.edu.au
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   bin/7784: Typo in /usr/src/usr.bin/at/parsetime.c
Message-ID:  <199808301549.IAA02686@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         7784
>Category:       bin
>Synopsis:       Typo in /usr/src/usr.bin/at/parsetime.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 30 08:50:01 PDT 1998
>Last-Modified:
>Originator:     Kris Kennaway
>Organization:
>Release:        3.0-CURRENT
>Environment:
FreeBSD morden.rebel.net.au 3.0-CURRENT FreeBSD 3.0-CURRENT #50: Sun Aug 30 22:28:42 CST 1998     kkenn@morden.rebel.net.au:/usr2/src/sys/compile/MORDEN  i386
>Description:
/usr/src/usr.bin/at/parsetime.c has a typo: garbeled -> garbled
>How-To-Repeat:

>Fix:
--- parsetime.c Sun Aug  9 22:36:38 1998
+++ parsetime.c2        Mon Aug 31 01:15:44 1998
@@ -370,7 +370,7 @@
     else if (tlen == 4) {
        minute = hour%100;
        if (minute > 59)
-           panic("garbeld time");
+           panic("garbled time");
        hour = hour/100;
     }

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808301549.IAA02686>