Module Name: src
Committed By: christos
Date: Wed Sep 22 14:37:08 UTC 2010
Modified Files:
src/external/bsd/ntp/dist/ntpd: ntpd.c
Log Message:
fix typo. From Anon Ymous
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/ntpd/ntpd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/ntp/dist/ntpd/ntpd.c
diff -u src/external/bsd/ntp/dist/ntpd/ntpd.c:1.2 src/external/bsd/ntp/dist/ntpd/ntpd.c:1.3
--- src/external/bsd/ntp/dist/ntpd/ntpd.c:1.2 Sun Dec 13 19:42:47 2009
+++ src/external/bsd/ntp/dist/ntpd/ntpd.c Wed Sep 22 10:37:08 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: ntpd.c,v 1.2 2009/12/14 00:42:47 christos Exp $ */
+/* $NetBSD: ntpd.c,v 1.3 2010/09/22 14:37:08 christos Exp $ */
/*
* ntpd.c - main program for the fixed point NTP daemon
@@ -1179,7 +1179,7 @@
#ifdef HAVE_DNSREGISTRATION
if (mdnsreg && (current_time - mdnsreg ) > 60 && mdnstries && sys_leap != LEAP_NOTINSYNC) {
mdnsreg = current_time;
- msyslog(LOG_INFO, "Attemping to register mDNS");
+ msyslog(LOG_INFO, "Attempting to register mDNS");
if ( DNSServiceRegister (&mdns, 0, 0, NULL, "_ntp._udp", NULL, NULL,
htons(NTP_PORT), 0, NULL, NULL, NULL) != kDNSServiceErr_NoError ) {
if (!--mdnstries) {