bin/62346: Spelling mistake in timedc output

Gavin Atkinson gavin at ury.york.ac.uk
Wed Feb 4 07:20:23 PST 2004


>Number:         62346
>Category:       bin
>Synopsis:       Spelling mistake in timedc output
>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:   Wed Feb 04 07:20:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Gavin Atkinson (gavin at ury.york.ac.uk)
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD buffy.york.ac.uk 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Thu Jan 15 10:44:18 GMT 2004 root at buffy.york.ac.uk:/usr/obj/usr/src/sys/GENERIC i386


>Description:

There's a spelling mistake in one of the strings timedc may print in response to an error.

>How-To-Repeat:

Not easy without a broken timeserver

>Fix:

Patch at http://www.devrandom.co.uk/freebsd/timedc-cmds.diff or below.

--- usr.sbin/timed/timedc/cmds.c.old	Sun Jul  6 11:37:00 2003
+++ usr.sbin/timed/timedc/cmds.c	Wed Feb  4 14:52:49 2004
@@ -219,7 +219,7 @@
 			printf("%s is down\n", hp->h_name);
 			continue;
 		case NONSTDTIME:
-			printf("%s transmitts a non-standard time format\n",
+			printf("%s transmits a non-standard time format\n",
 			       hp->h_name);
 			continue;
 		case UNREACHABLE:
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list