]> granicus.if.org Git - libevent/commitdiff
fix typo in comments
authorNiels Provos <provos@gmail.com>
Sun, 19 Aug 2007 17:26:02 +0000 (17:26 +0000)
committerNiels Provos <provos@gmail.com>
Sun, 19 Aug 2007 17:26:02 +0000 (17:26 +0000)
svn:r399

buffer.c

index 0a57dda3104de7b8c2e58af5c7747a2fb1067464..0327eb549383c54ac1a060bedb7972c26c74e38f 100644 (file)
--- 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);