summaryrefslogtreecommitdiffstats
path: root/generic/tkTextIndex.c
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2015-04-07 20:14:18 (GMT)
committerfvogel <fvogel@noemail.net>2015-04-07 20:14:18 (GMT)
commit509d9341eb4a7ae3f9010a2a7f49828cd1e6b6f0 (patch)
tree300169bbb98b189db28e023775a6a6993a9958f3 /generic/tkTextIndex.c
parenta42b80ad29f44ba0cbb6bdec3af63d7f0a6774fb (diff)
downloadtk-509d9341eb4a7ae3f9010a2a7f49828cd1e6b6f0.zip
tk-509d9341eb4a7ae3f9010a2a7f49828cd1e6b6f0.tar.gz
tk-509d9341eb4a7ae3f9010a2a7f49828cd1e6b6f0.tar.bz2
Fix typo in comment
FossilOrigin-Name: 4ea5fac8c79f7776a11f539c39e201ac3aa8af83
Diffstat (limited to 'generic/tkTextIndex.c')
-rw-r--r--generic/tkTextIndex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextIndex.c b/generic/tkTextIndex.c
index 7cb71bb..35ed143 100644
--- a/generic/tkTextIndex.c
+++ b/generic/tkTextIndex.c
@@ -2218,7 +2218,7 @@ StartEnd(
TkText *textPtr, /* Information about text widget. */
CONST char *string, /* String to parse for additional info about
* modifier (count and units). Points to first
- * character of modifer word. */
+ * character of modifier word. */
TkTextIndex *indexPtr) /* Index to modify based on string. */
{
CONST char *p;