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

Extensions/XEP-0115/XMPPCapabilities.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-0199/XMPPAutoPing.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-0202/XMPPAutoTime.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

Utilities/GCDMulticastDelegate.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

Utilities/XMPPIDTracker.m

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

77
/**
88
* Does ARC support support GCD objects?
9-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
9+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
1010
**/
1111
#if TARGET_OS_IPHONE
1212

Utilities/XMPPSRVResolver.m

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

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

Vendor/CocoaAsyncSocket/GCDAsyncSocket.m

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

3535
/**
3636
* Does ARC support support GCD objects?
37-
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
37+
* It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
3838
**/
3939
#if TARGET_OS_IPHONE
4040

Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.m

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

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

Vendor/CocoaLumberjack/DDFileLogger.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#endif
2121

2222
// Does ARC support support GCD objects?
23-
// It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
23+
// It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
2424

2525
#if TARGET_OS_IPHONE
2626

Vendor/CocoaLumberjack/DDLog.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#endif
2424

2525
// Does ARC support support GCD objects?
26-
// It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
26+
// It does if the minimum deployment target is iOS 6+ or Mac OS X 10.8+
2727

2828
#if TARGET_OS_IPHONE
2929

0 commit comments

Comments
 (0)