summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-09-15 14:28:18 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-09-15 14:28:18 +0000
commit108d9cfcb386f7c605eb46d22d8129f639afb2bd (patch)
treece621237e28bf022b8b72fc74fc05d46688d9613 /usr.sbin/httpd
parent303c07c296b073a0e7c34ebd0cf74603baa9d96b (diff)
[fF]uther -> [fF]urther in comments and man page. First one spotted on
tech@ by Jung.
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/src/main/buff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/main/buff.c b/usr.sbin/httpd/src/main/buff.c
index b29fd3afe4b..bcd40b59e31 100644
--- a/usr.sbin/httpd/src/main/buff.c
+++ b/usr.sbin/httpd/src/main/buff.c
@@ -113,7 +113,7 @@
* be done.
*
* On an error except for EAGAIN, ERROR will be set in the flags and no
- * futher I/O will be done
+ * further I/O will be done
*/
@@ -1072,7 +1072,7 @@ API_EXPORT(int) ap_bflush(BUFF *fb)
/*
* Flushes and closes the file, even if an error occurred.
* Discards an data that was not read, or not written by bflush()
- * Sets the EOF flag to indicate no futher data can be read,
+ * Sets the EOF flag to indicate no further data can be read,
* and the EOUT flag to indicate no further data can be written.
*/
API_EXPORT(int) ap_bclose(BUFF *fb)