summaryrefslogtreecommitdiffstats
path: root/Mac/PythonLauncher
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-07 15:09:30 (GMT)
committerGitHub <noreply@github.com>2021-10-07 15:09:30 (GMT)
commit212140dceb72d40ba19e4aef089c707dbbcfd5cb (patch)
tree6704c05b9800bb901fe30f78473c6e34d3044e45 /Mac/PythonLauncher
parentdcfbe4f72d927a3f63a9df9e7add061c71fce547 (diff)
downloadcpython-212140dceb72d40ba19e4aef089c707dbbcfd5cb.zip
cpython-212140dceb72d40ba19e4aef089c707dbbcfd5cb.tar.gz
cpython-212140dceb72d40ba19e4aef089c707dbbcfd5cb.tar.bz2
[3.10] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28794)
(cherry picked from commit 470145f572b53fe73518cda1eeacc56fec78c1b2)
Diffstat (limited to 'Mac/PythonLauncher')
-rw-r--r--Mac/PythonLauncher/MyAppDelegate.m2
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) {