Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/ntp/dist/ntpd fix typo. From Anon Ymous
details: https://anonhg.NetBSD.org/src/rev/0a7bf06270cf
branches: trunk
changeset: 757776:0a7bf06270cf
user: christos <christos%NetBSD.org@localhost>
date: Wed Sep 22 14:37:08 2010 +0000
description:
fix typo. From Anon Ymous
diffstat:
external/bsd/ntp/dist/ntpd/ntpd.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ad1db1e5da5d -r 0a7bf06270cf external/bsd/ntp/dist/ntpd/ntpd.c
--- a/external/bsd/ntp/dist/ntpd/ntpd.c Wed Sep 22 13:37:35 2010 +0000
+++ b/external/bsd/ntp/dist/ntpd/ntpd.c Wed Sep 22 14:37:08 2010 +0000
@@ -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) {
Home |
Main Index |
Thread Index |
Old Index