diff options
author | fvogel <fvogelnew1@free.fr> | 2016-09-30 18:59:22 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-09-30 18:59:22 (GMT) |
commit | cf08e658b359e7fa77150a04e08e85b4994a69c8 (patch) | |
tree | 174dbb6f2681587659888dca4cee09aa37d49a6d /generic | |
parent | 296b6203712e0a79f4e8facc83cb5518adb8b292 (diff) | |
download | tk-cf08e658b359e7fa77150a04e08e85b4994a69c8.zip tk-cf08e658b359e7fa77150a04e08e85b4994a69c8.tar.gz tk-cf08e658b359e7fa77150a04e08e85b4994a69c8.tar.bz2 |
Fixed typo in comment
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkTextTag.c | 2 |
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. */ |