From 8988dbd1088f90c8361ebfc206023bd08fe23f38 Mon Sep 17 00:00:00 2001 From: Jimmy Casey Date: Fri, 10 Aug 2018 15:07:45 +0000 Subject: [PATCH] Fixed Spelling. --- .../Demos/Timelines Demo/TweetCollectionViewController.swift | 2 +- .../EarlGrey/EarlGrey/EarlGrey.framework/Headers/GREYAction.h | 2 +- .../EarlGrey.framework/PrivateHeaders/GREYActions+Internal.h | 2 +- .../EarlGrey.framework/PrivateHeaders/GREYTouchInjector.h | 2 +- .../PrivateHeaders/XCTestCase+GREYAdditions.h | 2 +- .../Social/Syndication/ThirdParty/TWTRAttributedLabel.h | 2 +- .../Social/Syndication/Views/TWTRVideoPlayerOutputView.m | 2 +- .../Public/TWTRSETweetShareViewControllerDelegate.h | 2 +- .../Protocols/TWTRSETweetShareViewControllerDelegate.html | 2 +- .../docset/Contents/Resources/Tokens20.xml | 2 +- .../html/Protocols/TWTRSETweetShareViewControllerDelegate.html | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DemoApp/DemoApp/Demos/Timelines Demo/TweetCollectionViewController.swift b/DemoApp/DemoApp/Demos/Timelines Demo/TweetCollectionViewController.swift index 8d10340d..5bc7b65c 100644 --- a/DemoApp/DemoApp/Demos/Timelines Demo/TweetCollectionViewController.swift +++ b/DemoApp/DemoApp/Demos/Timelines Demo/TweetCollectionViewController.swift @@ -48,7 +48,7 @@ class TweetCollectionViewController: UIViewController, UICollectionViewDelegate, self?.tweets = tweet collectionView.reloadData() } else { - debugPrint("An unexpected error has occured"); + debugPrint("An unexpected error has occurred"); } } } diff --git a/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/Headers/GREYAction.h b/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/Headers/GREYAction.h index 7d9a3013..50252f2b 100644 --- a/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/Headers/GREYAction.h +++ b/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/Headers/GREYAction.h @@ -32,7 +32,7 @@ * * @return @c YES if the action succeeded, else @c NO. If an action returns @c NO, it does not * mean that the action was not performed at all but somewhere during the action execution - * the error occured and so the UI may be in an unrecoverable state. + * the error occurred and so the UI may be in an unrecoverable state. */ - (BOOL)perform:(id)element error:(__strong NSError **)errorOrNil; diff --git a/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/GREYActions+Internal.h b/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/GREYActions+Internal.h index 785e6598..c202f389 100644 --- a/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/GREYActions+Internal.h +++ b/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/GREYActions+Internal.h @@ -33,7 +33,7 @@ * * @return @c YES if the action succeeded, else @c NO. If an action returns @c NO, it does not * mean that the action was not performed at all but somewhere during the action execution - * the error occured and so the UI may be in an unrecoverable state. + * the error occurred and so the UI may be in an unrecoverable state. * * @remark This is available only for internal testing purposes. */ diff --git a/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/GREYTouchInjector.h b/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/GREYTouchInjector.h index 7172a89f..1f289803 100644 --- a/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/GREYTouchInjector.h +++ b/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/GREYTouchInjector.h @@ -61,7 +61,7 @@ typedef NS_ENUM(NSInteger, GREYTouchInjectorState) { * * @param touchInfo The info that is used to create the UITouch. If it represents a last touch * in a sequence, the specified @c point value is ignored and injector - * automatically picks the previous point where touch occured to deliver + * automatically picks the previous point where touch occurred to deliver * the last touch. */ - (void)enqueueTouchInfoForDelivery:(GREYTouchInfo *)touchInfo; diff --git a/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/XCTestCase+GREYAdditions.h b/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/XCTestCase+GREYAdditions.h index 8c21e8d7..77bcd6e3 100644 --- a/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/XCTestCase+GREYAdditions.h +++ b/DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/XCTestCase+GREYAdditions.h @@ -106,7 +106,7 @@ typedef NS_ENUM(NSUInteger, GREYXCTestCaseStatus) { * Interrupts the current test case execution immediately and triggers XCTest's error handling * mechanism to invoke the appropriate methods to tear down the test. * - * @param line Line number at which the failure occured. + * @param line Line number at which the failure occurred. * @param file Name of the file in which the failure occured. * @param description Full description of the failure. */ diff --git a/TwitterKit/TwitterKit/Social/Syndication/ThirdParty/TWTRAttributedLabel.h b/TwitterKit/TwitterKit/Social/Syndication/ThirdParty/TWTRAttributedLabel.h index 0fd401f0..1194bd4c 100755 --- a/TwitterKit/TwitterKit/Social/Syndication/ThirdParty/TWTRAttributedLabel.h +++ b/TwitterKit/TwitterKit/Social/Syndication/ThirdParty/TWTRAttributedLabel.h @@ -240,7 +240,7 @@ extern NSString *const kTWTRBackgroundCornerRadiusAttributeName; @param attributedString The attributed string. @param size The maximum dimensions used to calculate size. - @param numberOfLines The maximum number of lines in the text to draw, if the constraining size cannot accomodate the full attributed string. + @param numberOfLines The maximum number of lines in the text to draw, if the constraining size cannot accommodate the full attributed string. @return The size that fits the attributed string within the specified constraints. */ diff --git a/TwitterKit/TwitterKit/Social/Syndication/Views/TWTRVideoPlayerOutputView.m b/TwitterKit/TwitterKit/Social/Syndication/Views/TWTRVideoPlayerOutputView.m index 665a8388..104e939d 100644 --- a/TwitterKit/TwitterKit/Social/Syndication/Views/TWTRVideoPlayerOutputView.m +++ b/TwitterKit/TwitterKit/Social/Syndication/Views/TWTRVideoPlayerOutputView.m @@ -426,7 +426,7 @@ + (AVPlayerItem *)seamlessLoopingVinePlayerItemFromURL:(NSURL *)url; BOOL result = [compositionVideoTrack insertTimeRange:editRange ofTrack:sourceVideoTrack atTime:nextStartTime error:&editError]; if (!result) { hadError = YES; - NSLog(@"An error occured while creating the composition: %@ (video track %@)", editError, compositionVideoTrack); + NSLog(@"An error occurred while creating the composition: %@ (video track %@)", editError, compositionVideoTrack); } else { if (hasAudioTrack) { result = [compositionAudioTracks[0] insertTimeRange:editAudioRange ofTrack:sourceAudioTrack atTime:nextStartTime error:&editError]; diff --git a/TwitterKit/TwitterKit/TwitterShareExtensionUI/Public/TWTRSETweetShareViewControllerDelegate.h b/TwitterKit/TwitterKit/TwitterShareExtensionUI/Public/TWTRSETweetShareViewControllerDelegate.h index 9bf3e480..ff42ef7d 100644 --- a/TwitterKit/TwitterKit/TwitterShareExtensionUI/Public/TWTRSETweetShareViewControllerDelegate.h +++ b/TwitterKit/TwitterKit/TwitterShareExtensionUI/Public/TWTRSETweetShareViewControllerDelegate.h @@ -23,7 +23,7 @@ NS_ASSUME_NONNULL_BEGIN /** - Methods invoked by `TWTRSETweetShareViewController` to notify about events occured in the UI. + Methods invoked by `TWTRSETweetShareViewController` to notify about events occurred in the UI. All of these methods are called in the main thread. */ @protocol TWTRSETweetShareViewControllerDelegate diff --git a/docs/appledocs/TwitterShareExtensionUI/docset/Contents/Resources/Documents/Protocols/TWTRSETweetShareViewControllerDelegate.html b/docs/appledocs/TwitterShareExtensionUI/docset/Contents/Resources/Documents/Protocols/TWTRSETweetShareViewControllerDelegate.html index 8161230c..3617aab6 100644 --- a/docs/appledocs/TwitterShareExtensionUI/docset/Contents/Resources/Documents/Protocols/TWTRSETweetShareViewControllerDelegate.html +++ b/docs/appledocs/TwitterShareExtensionUI/docset/Contents/Resources/Documents/Protocols/TWTRSETweetShareViewControllerDelegate.html @@ -102,7 +102,7 @@

TWTRSETweetShareViewControllerDelegate Protocol Reference

Overview

-

Methods invoked by TWTRSETweetShareViewController to notify about events occured in the UI. +

Methods invoked by TWTRSETweetShareViewController to notify about events occurred in the UI. All of these methods are called in the main thread.

diff --git a/docs/appledocs/TwitterShareExtensionUI/docset/Contents/Resources/Tokens20.xml b/docs/appledocs/TwitterShareExtensionUI/docset/Contents/Resources/Tokens20.xml index 450d1a7b..d387d2c2 100644 --- a/docs/appledocs/TwitterShareExtensionUI/docset/Contents/Resources/Tokens20.xml +++ b/docs/appledocs/TwitterShareExtensionUI/docset/Contents/Resources/Tokens20.xml @@ -4,7 +4,7 @@ //apple_ref/occ/intf/TWTRSETweetShareViewControllerDelegate - Methods invoked by TWTRSETweetShareViewController to notify about events occured in the UI. + Methods invoked by TWTRSETweetShareViewController to notify about events occurred in the UI. All of these methods are called in the main thread. TWTRSETweetShareViewControllerDelegate.h diff --git a/docs/appledocs/TwitterShareExtensionUI/html/Protocols/TWTRSETweetShareViewControllerDelegate.html b/docs/appledocs/TwitterShareExtensionUI/html/Protocols/TWTRSETweetShareViewControllerDelegate.html index 8161230c..3617aab6 100644 --- a/docs/appledocs/TwitterShareExtensionUI/html/Protocols/TWTRSETweetShareViewControllerDelegate.html +++ b/docs/appledocs/TwitterShareExtensionUI/html/Protocols/TWTRSETweetShareViewControllerDelegate.html @@ -102,7 +102,7 @@

TWTRSETweetShareViewControllerDelegate Protocol Reference

Overview

-

Methods invoked by TWTRSETweetShareViewController to notify about events occured in the UI. +

Methods invoked by TWTRSETweetShareViewController to notify about events occurred in the UI. All of these methods are called in the main thread.