]> granicus.if.org Git - libevent/commitdiff
"buffer" spelling
authorPatrick Pelletier <code@funwithsoftware.org>
Thu, 31 Jan 2013 00:07:30 +0000 (16:07 -0800)
committerPatrick Pelletier <code@funwithsoftware.org>
Fri, 8 Feb 2013 01:55:36 +0000 (17:55 -0800)
whatsnew-2.0.txt

index be0c71bc217eba9dabeccc4f0944bfb241430726..3561fcb94c6f6bd2e7ab93ebd87c7b81ae0cec26 100644 (file)
@@ -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.