From: an-tao <20741618@qq.com> Date: Fri, 25 May 2018 10:07:28 +0000 (+0800) Subject: fix spelling mistakes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0789bc5220af6eaa9b483afcd1405be6f01d2187;p=libevent fix spelling mistakes Closes: nmathewson/Libevent#162 --- diff --git a/bufferevent_openssl.c b/bufferevent_openssl.c index 6a803a63..6915f36a 100644 --- a/bufferevent_openssl.c +++ b/bufferevent_openssl.c @@ -154,7 +154,7 @@ bio_bufferevent_read(BIO *b, char *out, int outlen) return r; } -/* Called to write data info the BIO */ +/* Called to write data into the BIO */ static int bio_bufferevent_write(BIO *b, const char *in, int inlen) {