summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2014-11-21 21:18:07 (GMT)
committerfvogel <fvogelnew1@free.fr>2014-11-21 21:18:07 (GMT)
commit9d5ff2c244a14567d97787d96edb42a207783f41 (patch)
tree9a3fdd024cff3ceeaa8972e865e97d32b3b81ba2 /generic
parent1da63e6479f2722194cd145efcd6faf0ef62a9a2 (diff)
downloadtk-9d5ff2c244a14567d97787d96edb42a207783f41.zip
tk-9d5ff2c244a14567d97787d96edb42a207783f41.tar.gz
tk-9d5ff2c244a14567d97787d96edb42a207783f41.tar.bz2
Fix typos in comments
Diffstat (limited to 'generic')
-rw-r--r--generic/tkTextDisp.c4
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