Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/hunt/huntd typo in error message
details: https://anonhg.NetBSD.org/src/rev/06375692eebe
branches: trunk
changeset: 328222:06375692eebe
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Mar 29 19:03:21 2014 +0000
description:
typo in error message
diffstat:
games/hunt/huntd/faketalk.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e9397de76c9d -r 06375692eebe games/hunt/huntd/faketalk.c
--- a/games/hunt/huntd/faketalk.c Sat Mar 29 19:02:12 2014 +0000
+++ b/games/hunt/huntd/faketalk.c Sat Mar 29 19:03:21 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: faketalk.c,v 1.18 2009/08/27 00:36:33 dholland Exp $ */
+/* $NetBSD: faketalk.c,v 1.19 2014/03/29 19:03:21 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: faketalk.c,v 1.18 2009/08/27 00:36:33 dholland Exp $");
+__RCSID("$NetBSD: faketalk.c,v 1.19 2014/03/29 19:03:21 dholland Exp $");
#endif /* not lint */
#include "bsd.h"
@@ -127,7 +127,7 @@
#ifdef LOG
syslog(LOG_ERR, "faketalk: smtp protocol not supported\n");
#else
- warn("faketalk: stmp protocol not supported");
+ warn("faketalk: smtp protocol not supported");
#endif
_exit(1);
}
Home |
Main Index |
Thread Index |
Old Index