summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/mta.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/mta.c')
-rw-r--r--usr.sbin/smtpd/mta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/mta.c b/usr.sbin/smtpd/mta.c
index 2d3d8bee021..5cbefcbc13c 100644
--- a/usr.sbin/smtpd/mta.c
+++ b/usr.sbin/smtpd/mta.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mta.c,v 1.187 2014/05/20 18:47:01 eric Exp $ */
+/* $OpenBSD: mta.c,v 1.188 2014/07/08 07:59:31 sobrado Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -892,7 +892,7 @@ mta_query_source(struct mta_relay *relay)
if (relay->sourcetable == NULL) {
/*
* This is a recursive call, but it only happens once, since
- * another source will not be queried immediatly.
+ * another source will not be queried immediately.
*/
mta_relay_ref(relay);
mta_on_source(relay, mta_source(NULL));