summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-01-12 21:50:14 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-01-12 21:50:14 (GMT)
commit72fd1bc135d0f147c889ac0a12a29fa34d01b356 (patch)
tree47dfd08045d0967fc857457b118826efddf136eb /generic
parentc220a61baa711e24f35d89c3885f5bc2506075e6 (diff)
downloadtk-72fd1bc135d0f147c889ac0a12a29fa34d01b356.zip
tk-72fd1bc135d0f147c889ac0a12a29fa34d01b356.tar.gz
tk-72fd1bc135d0f147c889ac0a12a29fa34d01b356.tar.bz2
Fixed typo in comment
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 6cf78fb..dbed9c8 100644
--- a/generic/tkTextDisp.c
+++ b/generic/tkTextDisp.c
@@ -3544,8 +3544,8 @@ CalculateDisplayLineHeight(
* failure of a test suite test, that checks that lines are rendered
* exactly once. TkTextFindDisplayLineEnd is used here for checking
* indexPtr but it calls LayoutDLine/FreeDLine which makes the
- * counting wrong. The debug mode shall threfore be switched off when
- * calling TkTextFindDisplayLineEnd.
+ * counting wrong. The debug mode shall therefore be switched off
+ * when calling TkTextFindDisplayLineEnd.
*/
TkTextIndex indexPtr2 = *indexPtr;