diff options
author | 2014-07-08 07:59:31 +0000 | |
---|---|---|
committer | 2014-07-08 07:59:31 +0000 | |
commit | af0dba2ab6beab036b3a2079c7e5166bb8ec15f4 (patch) | |
tree | a64d2288787aae3207cec2230099e774fcad67f8 /usr.sbin/smtpd/mta.c | |
parent | cleaner callback handling (diff) | |
download | wireguard-openbsd-af0dba2ab6beab036b3a2079c7e5166bb8ec15f4.tar.xz wireguard-openbsd-af0dba2ab6beab036b3a2079c7e5166bb8ec15f4.zip |
fix typos.
ok jmc@
Diffstat (limited to 'usr.sbin/smtpd/mta.c')
-rw-r--r-- | usr.sbin/smtpd/mta.c | 4 |
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)); |