summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitles.m
diff options
context:
space:
mode:
authorNomis101 <[email protected]>2019-07-31 07:27:27 +0200
committerDamiano Galassi <[email protected]>2019-07-31 07:27:27 +0200
commit38c3ba1835622ba28cfcb3642f49afba7a8e412e (patch)
tree85e1025b1ea16d0eb6ef84c092a0bed464e9355c /macosx/HBSubtitles.m
parent25257473d278907a84bbf31f0903213d786ca064 (diff)
Fix some typos (#2202)
Fix some typos
Diffstat (limited to 'macosx/HBSubtitles.m')
-rw-r--r--macosx/HBSubtitles.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBSubtitles.m b/macosx/HBSubtitles.m
index 4f6c8e5a2..dd1d7f981 100644
--- a/macosx/HBSubtitles.m
+++ b/macosx/HBSubtitles.m
@@ -180,7 +180,7 @@ extern NSString *keySubTrackExternalFileURLBookmark;
{
[self removeTracksAtIndexes:[NSIndexSet indexSetWithIndexesInRange:NSMakeRange(0, self.tracks.count)]];
- // Add the remainings tracks
+ // Add the remaining tracks
for (NSUInteger idx = 1; idx < self.sourceTracksArray.count; idx++) {
[self addTrack:[self trackFromSourceTrackIndex:idx]];
}