summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-09-30 18:59:22 (GMT)
committerfvogel <fvogel@noemail.net>2016-09-30 18:59:22 (GMT)
commiteaa6fa986dff5dc0dd4ab042aea7785a6dbb3d12 (patch)
tree174dbb6f2681587659888dca4cee09aa37d49a6d
parentcc2e248ffac01f6f13ee1c7acf9d7fb1ffb4dbb6 (diff)
downloadtk-eaa6fa986dff5dc0dd4ab042aea7785a6dbb3d12.zip
tk-eaa6fa986dff5dc0dd4ab042aea7785a6dbb3d12.tar.gz
tk-eaa6fa986dff5dc0dd4ab042aea7785a6dbb3d12.tar.bz2
Fixed typo in comment
FossilOrigin-Name: 6be1cfde884d383ead3e65d45836454d10b2b936
-rw-r--r--generic/tkTextTag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextTag.c b/generic/tkTextTag.c
index a212615..dd3127d 100644
--- a/generic/tkTextTag.c
+++ b/generic/tkTextTag.c
@@ -30,7 +30,7 @@ static const char *const wrapStrings[] = {
/*
* The 'TkTextTabStyle' enum in tkText.h is used to define a type for the
* -tabstyle option of the Text widget. These values are used as indices into
- * the string table below. Tags are allowed an empty wrap value, but the
+ * the string table below. Tags are allowed an empty tabstyle value, but the
* widget as a whole is not.
*/