summaryrefslogtreecommitdiff
path: root/bufferevent_openssl.c
diff options
context:
space:
mode:
authoran-tao <20741618@qq.com>2018-05-25 18:07:28 +0800
committerAzat Khuzhin <a3at.mail@gmail.com>2018-06-08 02:23:40 +0300
commit0789bc5220af6eaa9b483afcd1405be6f01d2187 (patch)
tree549096904fd8603457bf6fb8821a10e6af3c36be /bufferevent_openssl.c
parent587e9f5828c4eb3c6e79e9eb29f174e4ae0c05bd (diff)
downloadlibevent-0789bc5220af6eaa9b483afcd1405be6f01d2187.tar.gz
fix spelling mistakes
Closes: nmathewson/Libevent#162
Diffstat (limited to 'bufferevent_openssl.c')
-rw-r--r--bufferevent_openssl.c2
1 files changed, 1 insertions, 1 deletions
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)
{