fix spelling mistakes

Closes: nmathewson/Libevent#162
This commit is contained in:
an-tao 2018-05-25 18:07:28 +08:00 committed by Azat Khuzhin
parent 587e9f5828
commit 0789bc5220
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)
{