diff options
author | fvogelnew1@free.fr <fvogel> | 2015-04-07 20:14:18 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2015-04-07 20:14:18 (GMT) |
commit | a2f41f4daad35d37edea52024e8cb7df91a6b906 (patch) | |
tree | 666f1dd2702aea119fae14967b812a3d95fc6e63 | |
parent | 9d90394ce5a6f65f1dcd75a4b599371fcc613f34 (diff) | |
download | tk-a2f41f4daad35d37edea52024e8cb7df91a6b906.zip tk-a2f41f4daad35d37edea52024e8cb7df91a6b906.tar.gz tk-a2f41f4daad35d37edea52024e8cb7df91a6b906.tar.bz2 |
Fix typo in comment
-rw-r--r-- | generic/tkTextIndex.c | 2 |
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; |