diff options
author | luz.paz <[email protected]> | 2018-02-07 10:54:59 -0500 |
---|---|---|
committer | Scott <[email protected]> | 2018-02-20 18:10:44 +0000 |
commit | 2d1c8541460c2b63d46eb1a278adacee14a55556 (patch) | |
tree | baf9c409edfb51f1a2b649b1f6e2291ff0524b76 /macosx/HBController.m | |
parent | 5ce54df39b61c5b104f83d7ce291e67eada56efc (diff) |
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index d80ef95c2..38fd515c1 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -795,7 +795,7 @@ /** * Observe the job settings changes. - * This is used to update the file name and extention + * This is used to update the file name and extension * and the custom preset string. */ - (void)addJobObservers |