summaryrefslogtreecommitdiffstats
path: root/generic/tkTextIndex.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-04-07 20:14:18 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-04-07 20:14:18 (GMT)
commit8e631a5b53030b2044a9e412805855f26f5ef4d8 (patch)
tree300169bbb98b189db28e023775a6a6993a9958f3 /generic/tkTextIndex.c
parente77290ed64a6d9aab317977502a27741813aeb3d (diff)
downloadtk-8e631a5b53030b2044a9e412805855f26f5ef4d8.zip
tk-8e631a5b53030b2044a9e412805855f26f5ef4d8.tar.gz
tk-8e631a5b53030b2044a9e412805855f26f5ef4d8.tar.bz2
Fix typo in comment
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;