summaryrefslogtreecommitdiff
path: root/whatsnew-2.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'whatsnew-2.0.txt')
-rw-r--r--whatsnew-2.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/whatsnew-2.0.txt b/whatsnew-2.0.txt
index be0c71bc..3561fcb9 100644
--- a/whatsnew-2.0.txt
+++ b/whatsnew-2.0.txt
@@ -358,7 +358,7 @@ What's New In Libevent 2.0 so far:
any means provided to create an evbuffer except via evbuffer_new which
heap-allocated the buffer.
- If you need access to the whole bufer as a linear chunk of memory, the
+ If you need access to the whole buffer as a linear chunk of memory, the
EVBUFFER_DATA() function still works. Watch out, though: it needs to copy
the buffer's contents in a linear chunk before you can use it.