Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Fixed Spelling. #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <NSObject>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 class="title">TWTRSETweetShareViewControllerDelegate Protocol Reference</h1>
<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Methods invoked by <a href="../Classes/TWTRSETweetShareViewController.html"><code>TWTRSETweetShareViewController</code></a> to notify about events occured in the UI.
<p>Methods invoked by <a href="../Classes/TWTRSETweetShareViewController.html"><code>TWTRSETweetShareViewController</code></a> to notify about events occurred in the UI.
All of these methods are called in the main thread.</p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<Token>
<TokenIdentifier>//apple_ref/occ/intf/TWTRSETweetShareViewControllerDelegate</TokenIdentifier>
<Abstract type="html">Methods invoked by TWTRSETweetShareViewController to notify about events occured in the UI.
<Abstract type="html">Methods invoked by TWTRSETweetShareViewController to notify about events occurred in the UI.
All of these methods are called in the main thread.</Abstract>
<DeclaredIn>TWTRSETweetShareViewControllerDelegate.h</DeclaredIn>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 class="title">TWTRSETweetShareViewControllerDelegate Protocol Reference</h1>
<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Methods invoked by <a href="../Classes/TWTRSETweetShareViewController.html"><code>TWTRSETweetShareViewController</code></a> to notify about events occured in the UI.
<p>Methods invoked by <a href="../Classes/TWTRSETweetShareViewController.html"><code>TWTRSETweetShareViewController</code></a> to notify about events occurred in the UI.
All of these methods are called in the main thread.</p>
</div>

Expand Down