summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/smtp.c
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2014-07-08 07:59:31 +0000
committersobrado <sobrado@openbsd.org>2014-07-08 07:59:31 +0000
commitaf0dba2ab6beab036b3a2079c7e5166bb8ec15f4 (patch)
treea64d2288787aae3207cec2230099e774fcad67f8 /usr.sbin/smtpd/smtp.c
parentcleaner callback handling (diff)
downloadwireguard-openbsd-af0dba2ab6beab036b3a2079c7e5166bb8ec15f4.tar.xz
wireguard-openbsd-af0dba2ab6beab036b3a2079c7e5166bb8ec15f4.zip
fix typos.
ok jmc@
Diffstat (limited to 'usr.sbin/smtpd/smtp.c')
-rw-r--r--usr.sbin/smtpd/smtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtp.c b/usr.sbin/smtpd/smtp.c
index 5ecb84b53e1..e53ef4382c0 100644
--- a/usr.sbin/smtpd/smtp.c
+++ b/usr.sbin/smtpd/smtp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtp.c,v 1.137 2014/04/29 19:13:13 reyk Exp $ */
+/* $OpenBSD: smtp.c,v 1.138 2014/07/08 07:59:31 sobrado Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -359,7 +359,7 @@ smtp_collect(void)
if (env->sc_flags & SMTPD_SMTP_DISABLED) {
log_warnx("warn: smtp: "
- "fd exaustion over, re-enabling incoming connections");
+ "fd exhaustion over, re-enabling incoming connections");
env->sc_flags &= ~SMTPD_SMTP_DISABLED;
smtp_resume();
}