summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-27 07:12:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-27 07:12:16 (GMT)
commitb667d46f8a3dc9a3d840ead703a48b0e72a1e6fa (patch)
treed91c12c74735053f59c6cb98441dcd8cd9d7d8c9
parentd0b80401c0a9c1abef6164d78673eb6504aa905d (diff)
parentad908843c78dcba5e13e8c616a6d795619b6fe60 (diff)
downloadtk-b667d46f8a3dc9a3d840ead703a48b0e72a1e6fa.zip
tk-b667d46f8a3dc9a3d840ead703a48b0e72a1e6fa.tar.gz
tk-b667d46f8a3dc9a3d840ead703a48b0e72a1e6fa.tar.bz2
Merge 8.6
-rw-r--r--macosx/tkMacOSXSubwindows.c2
-rw-r--r--macosx/tkMacOSXWindowEvent.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c
index 309097e..5a1c4ad 100644
--- a/macosx/tkMacOSXSubwindows.c
+++ b/macosx/tkMacOSXSubwindows.c
@@ -1135,7 +1135,7 @@ TkMacOSXGetDrawablePort(
*
* TkMacOSXDrawableView --
*
- * This function returns the NSView for a given X drawable in the
+ * This function returns the TKContentView for a given X drawable in the
* case that the drawable is a window. If the drawable is a pixmap
* it returns nil.
*
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index 42dc755..fef79a9 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -1231,7 +1231,7 @@ static const char *const accentNames[] = {
/*
* When the services menu is opened this is called for each Responder in
- * the Responder chain until a service provider is found. The TkContentView
+ * the Responder chain until a service provider is found. The TKContentView
* should be the first (and generally only) Responder in the chain. We
* return the TkServices object that was created in TkpInit.
*/