summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>.