diff options
author | fvogel <fvogelnew1@free.fr> | 2014-11-21 21:18:07 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2014-11-21 21:18:07 (GMT) |
commit | 9d5ff2c244a14567d97787d96edb42a207783f41 (patch) | |
tree | 9a3fdd024cff3ceeaa8972e865e97d32b3b81ba2 | |
parent | 1da63e6479f2722194cd145efcd6faf0ef62a9a2 (diff) | |
download | tk-9d5ff2c244a14567d97787d96edb42a207783f41.zip tk-9d5ff2c244a14567d97787d96edb42a207783f41.tar.gz tk-9d5ff2c244a14567d97787d96edb42a207783f41.tar.bz2 |
Fix typos in comments
-rw-r--r-- | generic/tkTextDisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c index cd232bf..f16c45b 100644 --- a/generic/tkTextDisp.c +++ b/generic/tkTextDisp.c @@ -1019,7 +1019,7 @@ FreeStyle( * whose leftmost character is given by indexPtr. * * Results: - * The return value is a pointer to a DLine structure desribing the + * The return value is a pointer to a DLine structure describing the * display line. All fields are filled in and correct except for y and * nextPtr. * @@ -1908,7 +1908,7 @@ UpdateDisplayInfo( prevPtr->index.linePtr) != lineHeight)) { /* * The logical line height we just calculated is actually - * differnt to the currently cached height of the text line. + * different to the currently cached height of the text line. * That is fine (the text line heights are only calculated * asynchronously), but we must update the cached height so * that any counts made with DLine pointers are the same as |