summaryrefslogtreecommitdiffstats
path: root/generic/tkPanedWindow.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-10 21:10:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-10 21:10:20 (GMT)
commitf6715923b8e582240ab916b3a1432af4cc1ecc56 (patch)
tree4617af91a260fbcc070645aac13b188a945e2515 /generic/tkPanedWindow.c
parent6b3ace837fc82f4c7474d30636b0b7ecf8aa4e44 (diff)
downloadtk-f6715923b8e582240ab916b3a1432af4cc1ecc56.zip
tk-f6715923b8e582240ab916b3a1432af4cc1ecc56.tar.gz
tk-f6715923b8e582240ab916b3a1432af4cc1ecc56.tar.bz2
Fix [006403a25d]: various comment/documentation fixes
Diffstat (limited to 'generic/tkPanedWindow.c')
-rw-r--r--generic/tkPanedWindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkPanedWindow.c b/generic/tkPanedWindow.c
index 44afb6e..5f542d0 100644
--- a/generic/tkPanedWindow.c
+++ b/generic/tkPanedWindow.c
@@ -410,7 +410,7 @@ Tk_PanedWindowObjCmd(
/*
* The first time this function is invoked, the option tables will be
* NULL. We then create the option tables from the templates and store
- * a pointer to the tables as the command's clinical so we'll have
+ * a pointer to the tables as the command's clientData so we'll have
* easy access to it in the future.
*/