diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-27 07:09:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-27 07:09:54 (GMT) |
commit | ad908843c78dcba5e13e8c616a6d795619b6fe60 (patch) | |
tree | 89abf3939e4dcff5604f807f74db6c1ce461b6e4 /macosx/tkMacOSXSubwindows.c | |
parent | 65e5e8caee2f25cf407f0ca73751bd1118f84d02 (diff) | |
download | tk-ad908843c78dcba5e13e8c616a6d795619b6fe60.zip tk-ad908843c78dcba5e13e8c616a6d795619b6fe60.tar.gz tk-ad908843c78dcba5e13e8c616a6d795619b6fe60.tar.bz2 |
TkContentView -> TKContentView (twice)
Diffstat (limited to 'macosx/tkMacOSXSubwindows.c')
-rw-r--r-- | macosx/tkMacOSXSubwindows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c index baea821..a7e8372 100644 --- a/macosx/tkMacOSXSubwindows.c +++ b/macosx/tkMacOSXSubwindows.c @@ -1150,7 +1150,7 @@ TkMacOSXGetDrawablePort( * function and should always be used rather than directly using the * obscure official name of this function. * - * It returns the TkContentView for a given X drawable in the case that the + * It 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. * * Results: |