summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2009-11-29 15:53:48 +0000
committerroot <root>2009-11-29 15:53:48 +0000
commit1c4d6bf3705959e1a47e05780cb6020c82c7d0f7 (patch)
tree83962eeb24bfdf3a53dc1367c80c986d64e7be03
parent00c15cbc9a26461a25c5958f61525de59e2fcc6b (diff)
Sergey Shepelev <temotor@gmail.com>
-rw-r--r--eio.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.pod b/eio.pod
index d16b3a9..c83768e 100644
--- a/eio.pod
+++ b/eio.pod
@@ -29,7 +29,7 @@ It also offers wrappers around C<sendfile> (Solaris, Linux, HP-UX and
FreeBSD, with emulation on other platforms) and C<readahead> (Linux, with
emulation elsewhere>).
-The goal is to enbale you to write fully non-blocking programs. For
+The goal is to enable you to write fully non-blocking programs. For
example, in a game server, you would not want to freeze for a few seconds
just because the server is running a backup and you happen to call
C<readdir>.