summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2013-07-19 15:18:42 +0000
committereric <eric@openbsd.org>2013-07-19 15:18:42 +0000
commit4e5d6ca2548ccf6afe29b0c1de9a41ba850a09e2 (patch)
tree31a4aacc6a6849cee28ee87831574e2aea3fe70e
parenttypo in copyright (diff)
downloadwireguard-openbsd-4e5d6ca2548ccf6afe29b0c1de9a41ba850a09e2.tar.xz
wireguard-openbsd-4e5d6ca2548ccf6afe29b0c1de9a41ba850a09e2.zip
typo
-rw-r--r--usr.sbin/smtpd/mproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/mproc.c b/usr.sbin/smtpd/mproc.c
index ba86405520e..ebede2adcc2 100644
--- a/usr.sbin/smtpd/mproc.c
+++ b/usr.sbin/smtpd/mproc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mproc.c,v 1.3 2013/05/24 17:03:14 eric Exp $ */
+/* $OpenBSD: mproc.c,v 1.4 2013/07/19 15:18:42 eric Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@faurot.net>
@@ -675,7 +675,7 @@ m_get_envelope(struct msg *m, struct envelope *evp)
m_get_typed_sized(m, M_ENVELOPE, &d, &s);
if (!envelope_load_buffer(evp, d, s - 1))
- fatalx("failed to retreive envelope");
+ fatalx("failed to retrieve envelope");
evp->id = evpid;
#endif
}