Skip to content

Commit 271fad0

Browse files
committed
Fixing small typo
1 parent bd29596 commit 271fad0

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

Core/XMPPModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/**
1010
* Does ARC support support GCD objects?
11-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
11+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
1212
**/
1313
#if TARGET_OS_IPHONE
1414

Core/XMPPStream.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/**
2121
* Does ARC support support GCD objects?
22-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
22+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
2323
**/
2424
#if TARGET_OS_IPHONE
2525

Extensions/CoreDataStorage/XMPPCoreDataStorage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/**
1616
* Does ARC support support GCD objects?
17-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
17+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
1818
**/
1919
#if TARGET_OS_IPHONE
2020

Extensions/Reconnect/XMPPReconnect.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
* Does ARC support support GCD objects?
12-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
12+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
1313
**/
1414
#if TARGET_OS_IPHONE
1515

Extensions/Roster/MemoryStorage/XMPPRosterMemoryStorage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* Does ARC support support GCD objects?
13-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
13+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
1414
**/
1515
#if TARGET_OS_IPHONE
1616

Extensions/XEP-0009/XMPPJabberRPCModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Does ARC support support GCD objects?
21-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
21+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
2222
**/
2323
#if TARGET_OS_IPHONE
2424

Extensions/XEP-0045/CoreDataStorage/XMPPRoomCoreDataStorage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
* Does ARC support support GCD objects?
12-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
12+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
1313
**/
1414
#if TARGET_OS_IPHONE
1515

Extensions/XEP-0045/HybridStorage/XMPPRoomHybridStorage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* Does ARC support support GCD objects?
13-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
13+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
1414
**/
1515
#if TARGET_OS_IPHONE
1616

Extensions/XEP-0045/MemoryStorage/XMPPRoomMemoryStorage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* Does ARC support support GCD objects?
13-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
13+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
1414
**/
1515
#if TARGET_OS_IPHONE
1616

Extensions/XEP-0065/TURNSocket.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* Does ARC support support GCD objects?
14-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
14+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
1515
**/
1616
#if TARGET_OS_IPHONE
1717

0 commit comments

Comments
 (0)