summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2017-02-24 09:26:22 +0100
committerDamiano Galassi <[email protected]>2017-02-24 09:26:22 +0100
commita0853d5ba559f6b146ed7c4279353318811b35fb (patch)
treed94f911500a9f63b9431380f3c72d86398d1193c /macosx/HBJob.m
parent2d6f89401df0eac82561d7fbc49312df1dcd3b7a (diff)
MacGui: fix a typo.
Diffstat (limited to 'macosx/HBJob.m')
-rw-r--r--macosx/HBJob.m2
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
}