diff options
author | fvogel <fvogelnew1@free.fr> | 2015-04-07 20:14:18 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-04-07 20:14:18 (GMT) |
commit | d9cdbff3a06fecca2a07844fd0bd43fbfe6b85fb (patch) | |
tree | 300169bbb98b189db28e023775a6a6993a9958f3 | |
parent | 4610c49d14dca5fccf40ec756596ce6258821130 (diff) | |
download | tk-d9cdbff3a06fecca2a07844fd0bd43fbfe6b85fb.zip tk-d9cdbff3a06fecca2a07844fd0bd43fbfe6b85fb.tar.gz tk-d9cdbff3a06fecca2a07844fd0bd43fbfe6b85fb.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; |