summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-16 22:03:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-16 22:03:48 (GMT)
commit76d9a30bfaf8b9ae70bcbab9cbe66c487129bd56 (patch)
tree01bf37ba54f3c4f0bc6e599909eb63eba5078144 /macosx/tkMacOSXInit.c
parenta3ba233aee169f23ead09b373bcabe49fef5965e (diff)
parent6ab1d5ec9aa0ecf66cf454b289ccfe7a25cdd717 (diff)
downloadtk-76d9a30bfaf8b9ae70bcbab9cbe66c487129bd56.zip
tk-76d9a30bfaf8b9ae70bcbab9cbe66c487129bd56.tar.gz
tk-76d9a30bfaf8b9ae70bcbab9cbe66c487129bd56.tar.bz2
Merge 8.7
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r--macosx/tkMacOSXInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c
index 9443dbe..8045483 100644
--- a/macosx/tkMacOSXInit.c
+++ b/macosx/tkMacOSXInit.c
@@ -424,7 +424,7 @@ TkpInit(
/*
* TkpInit can be called multiple times with different interpreters. But
- * The application initialization should only be done onece.
+ * The application initialization should only be done once.
*/
if (!initialized) {
@@ -485,7 +485,7 @@ TkpInit(
* the application icon, will be delivered before the procedure meant
* to to handle the AppleEvent has been defined. This is handled in
* tkMacOSXHLEvents.c by scheduling a timer event to handle the
- * ApplEvent later, after the required procedure has been defined.
+ * AppleEvent later, after the required procedure has been defined.
*/
[NSApp _setup:interp];