From: Damiano Galassi Date: Fri, 24 Feb 2017 08:26:22 +0000 (+0100) Subject: MacGui: fix a typo. X-Git-Tag: 1.1.0~688 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0853d5ba559f6b146ed7c4279353318811b35fb;p=handbrake MacGui: fix a typo. --- 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 }