From 773b0a5d886534b057f5589814a284dcd85c73d8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 25 Mar 2013 21:12:49 -0400 Subject: [PATCH] Fix a typo in a comment in buffer.h. Spotted by Alt_F4 --- include/event2/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/event2/buffer.h b/include/event2/buffer.h index 37f424e1..5c896558 100644 --- a/include/event2/buffer.h +++ b/include/event2/buffer.h @@ -769,7 +769,7 @@ void evbuffer_cb_unsuspend(struct evbuffer *buffer, struct evbuffer_cb_entry *cb #endif /** - Makes the data at the begging of an evbuffer contiguous. + Makes the data at the beginning of an evbuffer contiguous. @param buf the evbuffer to make contiguous @param size the number of bytes to make contiguous, or -1 to make the