From a0853d5ba559f6b146ed7c4279353318811b35fb Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Fri, 24 Feb 2017 09:26:22 +0100 Subject: MacGui: fix a typo. --- macosx/HBJob.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/HBJob.m b/macosx/HBJob.m index 725036377..7db980938 100644 --- a/macosx/HBJob.m +++ b/macosx/HBJob.m @@ -145,7 +145,7 @@ NSString *HBChaptersChangedNotification = @"HBChaptersChangedNotification"; _outputURL = [outputURL copy]; #ifdef __SANDBOX_ENABLED__ - // Clear we bookmark to regenerate it + // Clear the bookmark to regenerate it later self.outputURLFolderBookmark = nil; #endif } -- cgit v1.2.3