diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-06 17:40:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 17:40:09 (GMT) |
commit | 470145f572b53fe73518cda1eeacc56fec78c1b2 (patch) | |
tree | 10071daf26de01236ec7797d4aef895df719a01a /Mac/PythonLauncher | |
parent | f528045f695f7483d955a1eae4c1df68b1b4cacd (diff) | |
download | cpython-470145f572b53fe73518cda1eeacc56fec78c1b2.zip cpython-470145f572b53fe73518cda1eeacc56fec78c1b2.tar.gz cpython-470145f572b53fe73518cda1eeacc56fec78c1b2.tar.bz2 |
[Misc] [Mac] Fix typos found using codespell (GH-28756)
Diffstat (limited to 'Mac/PythonLauncher')
-rw-r--r-- | Mac/PythonLauncher/MyAppDelegate.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/PythonLauncher/MyAppDelegate.m b/Mac/PythonLauncher/MyAppDelegate.m index 25779a2..9cc2aa0 100644 --- a/Mac/PythonLauncher/MyAppDelegate.m +++ b/Mac/PythonLauncher/MyAppDelegate.m @@ -22,7 +22,7 @@ { // Test that the file mappings are correct [self testFileTypeBinding]; - // If we were opened because of a file drag or doubleclick + // If we were opened because of a file drag or double-click // we've set initial_action_done in shouldShowUI // Otherwise we open a preferences dialog. if (!initial_action_done) { |