From 5ad960a6f99234c2085d0247aaf0c9343cae5be1 Mon Sep 17 00:00:00 2001
From: root
Date: Sat, 24 Nov 2007 10:10:26 +0000
Subject: include embedding doc in main doc
---
ev.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'ev.html')
diff --git a/ev.html b/ev.html
index d6ae9cb..fc38702 100644
--- a/ev.html
+++ b/ev.html
@@ -6,7 +6,7 @@
-
+
@@ -1585,7 +1585,7 @@ backend for BSD and BSD-like systems, although on most BSDs kqueue only
supports some types of fds correctly (the only platform we found that
supports ptys for example was NetBSD), so kqueue might be compiled in, but
not be used unless explicitly requested. The best way to use it is to find
-out wether kqueue supports your type of fd properly and use an embedded
+out whether kqueue supports your type of fd properly and use an embedded
kqueue loop.