From 295ed52a9a543f22c375503f56a0752b5fbcb119 Mon Sep 17 00:00:00 2001 From: Seoksoon Jang Date: Fri, 30 Sep 2016 15:41:09 +0900 Subject: [PATCH] Fixing small typo In GCDAsyncSocket.h, here was small typo. * That is, it 'can used' again for connecting or listening. should be * That is, it 'can be used' again for connecting or listening to satisfy English grammar. --- Source/GCD/GCDAsyncSocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/GCD/GCDAsyncSocket.h b/Source/GCD/GCDAsyncSocket.h index 828951fa..0a886267 100644 --- a/Source/GCD/GCDAsyncSocket.h +++ b/Source/GCD/GCDAsyncSocket.h @@ -348,7 +348,7 @@ typedef NS_ENUM(NSInteger, GCDAsyncSocketError) { * Returns whether the socket is disconnected or connected. * * A disconnected socket may be recycled. - * That is, it can used again for connecting or listening. + * That is, it can be used again for connecting or listening. * * If a socket is in the process of connecting, it may be neither disconnected nor connected. **/