diff options
-rw-r--r-- | macosx/HBJob.m | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |