From 2e50658d8d99ca071872eeca15b38ed5a0fa642e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 1 Feb 2009 01:07:33 +0000 Subject: [PATCH] Fix a typo in buffer.h svn:r1089 --- 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 dbb95841..1e692c12 100644 --- a/include/event2/buffer.h +++ b/include/event2/buffer.h @@ -375,7 +375,7 @@ unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, @param buffer the buffer whose size has changed @param old_len the previous length of the buffer - @param new_len thee current length of the buffer + @param new_len the current length of the buffer @param arg a pointer to user data */ typedef void (*evbuffer_cb)(struct evbuffer *buffer, size_t old_len, size_t new_len, void *arg);