aboutsummaryrefslogtreecommitdiff
path: root/whatsnew-2.0.txt
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-08-07 14:18:18 -0700
committerElliott Hughes <enh@google.com>2017-08-07 16:58:18 -0700
commit2a572d125a91a4aafd3ad8ce87259fc640fa0763 (patch)
treebd05e575a4a2629cc420c5e2bc54f176fee611ab /whatsnew-2.0.txt
parent596447c7ff2881a67e7082c905112584c3e61a17 (diff)
downloadlibevent-2a572d125a91a4aafd3ad8ce87259fc640fa0763.tar.gz
Upgrade to 2.1.8-stable (2017-01-22).
Bug: N/A Test: builds Change-Id: Idbbdc1db3d01984a4f4b60f8fdf455140b6b7ca6
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 be0c71b..3561fcb 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.