diff options
author | Damiano Galassi <[email protected]> | 2017-02-24 09:26:22 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-02-24 09:26:22 +0100 |
commit | a0853d5ba559f6b146ed7c4279353318811b35fb (patch) | |
tree | d94f911500a9f63b9431380f3c72d86398d1193c /macosx/HBJob.m | |
parent | 2d6f89401df0eac82561d7fbc49312df1dcd3b7a (diff) |
MacGui: fix a typo.
Diffstat (limited to 'macosx/HBJob.m')
-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 } |