]> 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 <a3at.mail@gmail.com>
Thu, 7 Jun 2018 23:23:40 +0000 (02:23 +0300)
Closes: nmathewson/Libevent#162
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)
 {