summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-09-30 18:59:45 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-09-30 18:59:45 (GMT)
commit6c0dafab46875ddb6dd0a91f5e056a8d87722ca6 (patch)
tree5e59e61f19227edd4b53e157debe008ed5f006c8 /generic
parentf85b666de3d6de93f6c60d612e1c4abf5c671a90 (diff)
parentcf08e658b359e7fa77150a04e08e85b4994a69c8 (diff)
downloadtk-6c0dafab46875ddb6dd0a91f5e056a8d87722ca6.zip
tk-6c0dafab46875ddb6dd0a91f5e056a8d87722ca6.tar.gz
tk-6c0dafab46875ddb6dd0a91f5e056a8d87722ca6.tar.bz2
Fixed typo in comment
Diffstat (limited to 'generic')
-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.
*/