summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeStyle.c
diff options
context:
space:
mode:
authortreectrl <treectrl>2006-07-11 00:10:31 (GMT)
committertreectrl <treectrl>2006-07-11 00:10:31 (GMT)
commit16244bcfe2ad4e8506ce49ae99a05e8cf4cbeb10 (patch)
tree66e0c4fa653a141c4e6c9de74ab5976b8b5cef98 /generic/tkTreeStyle.c
parenteee333f0ef04f0dc7bd0161b96bae707cf7923b9 (diff)
downloadtktreectrl-16244bcfe2ad4e8506ce49ae99a05e8cf4cbeb10.zip
tktreectrl-16244bcfe2ad4e8506ce49ae99a05e8cf4cbeb10.tar.gz
tktreectrl-16244bcfe2ad4e8506ce49ae99a05e8cf4cbeb10.tar.bz2
Fix cut-and-paste error in comment.
Diffstat (limited to 'generic/tkTreeStyle.c')
-rw-r--r--generic/tkTreeStyle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTreeStyle.c b/generic/tkTreeStyle.c
index c4db2b8..f291322 100644
--- a/generic/tkTreeStyle.c
+++ b/generic/tkTreeStyle.c
@@ -5,7 +5,7 @@
*
* Copyright (c) 2002-2005 Tim Baker
*
- * RCS: @(#) $Id: tkTreeStyle.c,v 1.45 2005/09/16 02:02:23 treectrl Exp $
+ * RCS: @(#) $Id: tkTreeStyle.c,v 1.46 2006/07/11 00:10:31 treectrl Exp $
*/
#include "tkTreeCtrl.h"
@@ -4191,7 +4191,7 @@ TreeStyle_ElementCget(
/*
*----------------------------------------------------------------------
*
- * TreeStyle_ElementCget --
+ * TreeStyle_ElementConfigure --
*
* This procedure is invoked to process the [item element configure]
* widget command. See the user documentation for details on what