diff options
Diffstat (limited to 'generic/tkPanedWindow.c')
-rw-r--r-- | generic/tkPanedWindow.c | 2 |
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. */ |