From fd150da3ea79974526742be01b86ede82f9ea3c3 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 29 Mar 2014 19:03:21 +0000 Subject: typo in error message --- hunt/huntd/faketalk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hunt') 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 #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); } -- cgit v1.2.3-56-ge451