summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ftp-proxy
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2015-12-22 08:35:17 +0000
committermmcc <mmcc@openbsd.org>2015-12-22 08:35:17 +0000
commitca70fba4120683defdfd4df448df76e627cb781f (patch)
treea24288a64ac6744fe4236465d7b0ea584e83db88 /usr.sbin/ftp-proxy
parentRemove a couple needless allocation casts. No binary change. (diff)
downloadwireguard-openbsd-ca70fba4120683defdfd4df448df76e627cb781f.tar.xz
wireguard-openbsd-ca70fba4120683defdfd4df448df76e627cb781f.zip
commiting -> committing
Diffstat (limited to 'usr.sbin/ftp-proxy')
-rw-r--r--usr.sbin/ftp-proxy/ftp-proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ftp-proxy/ftp-proxy.c b/usr.sbin/ftp-proxy/ftp-proxy.c
index 44718d68f8b..5af8b46b042 100644
--- a/usr.sbin/ftp-proxy/ftp-proxy.c
+++ b/usr.sbin/ftp-proxy/ftp-proxy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftp-proxy.c,v 1.32 2015/12/04 19:05:43 sebastia Exp $ */
+/* $OpenBSD: ftp-proxy.c,v 1.33 2015/12/22 08:35:17 mmcc Exp $ */
/*
* Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl>
@@ -300,7 +300,7 @@ end_session(struct session *s)
if (s->server_bufev)
bufferevent_free(s->server_bufev);
- /* Remove rulesets by commiting empty ones. */
+ /* Remove rulesets by committing empty ones. */
err = 0;
if (prepare_commit(s->id) == -1)
err = errno;