diff options
author | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2002-07-07 08:54:51 +0000 |
---|---|---|
committer | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2002-07-07 08:54:51 +0000 |
commit | cd84c90ae341335a0ad90ba9e59a0c4043a52259 (patch) | |
tree | 815ea0f0eca446febc08efa42e540e3adc8d849d /libexec/ftp-proxy | |
parent | 7c41d8ceba7e5d71423a274227c7861beef81ea2 (diff) |
typos/grammar/better words
in comments.
Diffstat (limited to 'libexec/ftp-proxy')
-rw-r--r-- | libexec/ftp-proxy/ftp-proxy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.c b/libexec/ftp-proxy/ftp-proxy.c index 99546182352..f08ac0569d7 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.23 2002/07/03 23:39:03 deraadt Exp $ */ +/* $OpenBSD: ftp-proxy.c,v 1.24 2002/07/07 08:54:50 jufi Exp $ */ /* * Copyright (c) 1996-2001 @@ -61,7 +61,7 @@ * TODO: * Plenty, this is very basic, with the idea to get it in clean first. * - * - Ipv6 and EPASV support + * - IPv6 and EPASV support * - Content filter support * - filename filter support * - per-user rules perhaps. @@ -727,7 +727,7 @@ out: * resorting to using a dynamic rdr rule we have to add in * for the reply to this connection, and take away afterwards. * so this will wait until we have the right solution for rule - * addtions/deletions in pf. + * additions/deletions in pf. * * in the meantime we just tell the client we don't do it, * and most clients should fall back to using PASV. |