From 41c69fc335e116de8b9a6889798a7dd5bc295fd3 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sun, 19 Aug 2007 17:26:02 +0000 Subject: [PATCH] fix typo in comments svn:r399 --- buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buffer.c b/buffer.c index 0a57dda3..0327eb54 100644 --- a/buffer.c +++ b/buffer.c @@ -107,7 +107,7 @@ evbuffer_add_buffer(struct evbuffer *outbuf, struct evbuffer *inbuf) /* * Optimization comes with a price; we need to notify the * buffer if necessary of the changes. oldoff is the amount - * of data that we tranfered from inbuf to outbuf + * of data that we transfered from inbuf to outbuf */ if (inbuf->off != oldoff && inbuf->cb != NULL) (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg); -- 2.50.1