Skip to content

Commit

Permalink
"buffer" spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mignon-p committed Feb 8, 2013
1 parent 974bfa0 commit a452811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whatsnew-2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a452811

Please sign in to comment.