fix spelling mistakes

Closes: nmathewson/Libevent#162
(cherry picked from commit 0789bc5220af6eaa9b483afcd1405be6f01d2187)
This commit is contained in:
an-tao 2018-05-25 18:07:28 +08:00 committed by Azat Khuzhin
parent 63a054f8c6
commit 00761b436d
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -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)
{