diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2014-07-08 07:59:32 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2014-07-08 07:59:32 +0000 |
commit | 846973170701cf30dbf7c9b945ab8b62b1d5edff (patch) | |
tree | 96a766355bfb3a3bb274be69fde257e67e4fef19 /usr.sbin/smtpd/smtp.c | |
parent | ad8604d72c82ee1a4aa03816c4fb45bdfa94e5ef (diff) |
fix typos.
ok jmc@
Diffstat (limited to 'usr.sbin/smtpd/smtp.c')
-rw-r--r-- | usr.sbin/smtpd/smtp.c | 4 |
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(); } |