diff options
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index 8b0e9f95c..c2a4716f0 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -273,7 +273,7 @@ static void *HBControllerQueueCoreContext = &HBControllerQueueCoreContext; fFiltersViewController = [[HBFiltersViewController alloc] init]; [fFiltersTab setView:[fFiltersViewController view]]; - // Add the observeers + // Add the observers [self.core addObserver:self forKeyPath:@"state" options:NSKeyValueObservingOptionNew | NSKeyValueObservingOptionInitial @@ -637,7 +637,7 @@ static void *HBControllerQueueCoreContext = &HBControllerQueueCoreContext; // Check if we can scan the source and if there is any warning. BOOL canScan = [self.core canScan:mediaURL error:&outError]; - // Notify the user that we don't support removal of copy proteciton. + // Notify the user that we don't support removal of copy protection. if (canScan && [outError code] == 101 && !self.suppressCopyProtectionWarning) { self.suppressCopyProtectionWarning = YES; |