]> granicus.if.org Git - libevent/commitdiff
fix spelling mistakes
authoran-tao <20741618@qq.com>
Fri, 25 May 2018 10:07:28 +0000 (18:07 +0800)
committerAzat Khuzhin <azat@libevent.org>
Sat, 2 Feb 2019 12:17:57 +0000 (15:17 +0300)
Closes: nmathewson/Libevent#162
(cherry picked from commit 0789bc5220af6eaa9b483afcd1405be6f01d2187)

bufferevent_openssl.c

index 6a803a63c82c13111a02585deff7c0eaf3476fae..6915f36aaea1fd1508030d49e5de878cef2f8d25 100644 (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)
 {