From 1e21941a94d139912e88b613b8e4fa59c83a3e72 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Wed, 11 Jan 2006 10:18:01 +0000 Subject: [PATCH] fixed typo git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@933 152afb58-edef-0310-8abb-c4023f1b3aa9 --- doc/performance.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ============ ========== ===============