diff options
author | 2003-08-22 21:50:34 +0000 | |
---|---|---|
committer | 2003-08-22 21:50:34 +0000 | |
commit | c6ce930e3cc2f5d168f533aafc512ec0c20ffef9 (patch) | |
tree | f928ea91c80e75ad230214a604e5358bbc043144 /libexec/ftp-proxy/ftp-proxy.c | |
parent | add Simon Wilkinson (diff) | |
download | wireguard-openbsd-c6ce930e3cc2f5d168f533aafc512ec0c20ffef9.tar.xz wireguard-openbsd-c6ce930e3cc2f5d168f533aafc512ec0c20ffef9.zip |
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. */ |