summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-01-11 10:18:01 +0000
committerJan Kneschke <jan@kneschke.de>2006-01-11 10:18:01 +0000
commit1e21941a94d139912e88b613b8e4fa59c83a3e72 (patch)
tree2247fb8e2d57e6e627573850a29c998c723b1a67 /doc
parent8b4101e08c88330b6391debcaa88bfea3ebf103a (diff)
downloadlighttpd-git-1e21941a94d139912e88b613b8e4fa59c83a3e72.tar.gz
fixed typo
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@933 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'doc')
-rw-r--r--doc/performance.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/performance.txt b/doc/performance.txt
index 410532e5..d52ea17b 100644
--- a/doc/performance.txt
+++ b/doc/performance.txt
@@ -61,7 +61,7 @@ Event Handlers
--------------
The first one is the Event Handler which takes care of notifying the server
-that one of the connections is ready to send or recieve. As you can see,
+that one of the connections is ready to send or receive. As you can see,
every OS has at least the select() call which has some limitations.
============ ========== ===============