diff options
author | David Krause <david@cvs.openbsd.org> | 2003-08-22 21:50:35 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-08-22 21:50:35 +0000 |
commit | bdee604205b7485ae7e9cb0b6d1aa2e2553297a9 (patch) | |
tree | 90db82ccfd6991f5ec8558150130e86480f41ce6 /libexec/ftp-proxy/ftp-proxy.c | |
parent | 97012dcf81eb4cd9173c8a9e3e6d24d264b70bd2 (diff) |
pf spelling police
ok dhartmei@ jmc@
Diffstat (limited to 'libexec/ftp-proxy/ftp-proxy.c')
-rw-r--r-- | libexec/ftp-proxy/ftp-proxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.c b/libexec/ftp-proxy/ftp-proxy.c index 387c3b51fc6..88b6fd16b86 100644 --- a/libexec/ftp-proxy/ftp-proxy.c +++ b/libexec/ftp-proxy/ftp-proxy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftp-proxy.c,v 1.32 2003/07/29 14:46:06 henning Exp $ */ +/* $OpenBSD: ftp-proxy.c,v 1.33 2003/08/22 21:50:34 david Exp $ */ /* * Copyright (c) 1996-2001 @@ -119,7 +119,7 @@ int max_port = IPPORT_HILASTAUTO; * listening on. * * If the socket we are listening on gets a connection then we connect - * to the other side's socket. Similarily, if a connected socket is + * to the other side's socket. Similarly, if a connected socket is * shutdown then we shutdown the other side's socket. */ |