summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-29 19:03:21 +0000
committerdholland <dholland@NetBSD.org>2014-03-29 19:03:21 +0000
commitfd150da3ea79974526742be01b86ede82f9ea3c3 (patch)
treeb27fae69ca7eaa412aefc5a0943d6b630a30688c /hunt
parent67dffe9c825f77d6fb27d662732bfb27c2f1f5a2 (diff)
downloadbsdgames-darwin-fd150da3ea79974526742be01b86ede82f9ea3c3.tar.gz
bsdgames-darwin-fd150da3ea79974526742be01b86ede82f9ea3c3.tar.zst
bsdgames-darwin-fd150da3ea79974526742be01b86ede82f9ea3c3.zip
typo in error message
Diffstat (limited to 'hunt')
-rw-r--r--hunt/huntd/faketalk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/huntd/faketalk.c b/hunt/huntd/faketalk.c
index 34eca61b..a4926df8 100644
--- a/hunt/huntd/faketalk.c
+++ b/hunt/huntd/faketalk.c
@@ -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 @@ faketalk(void)
#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);
}