diff options
author | fvogelnew1@free.fr <fvogel> | 2015-01-12 21:50:14 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2015-01-12 21:50:14 (GMT) |
commit | a2f6fa61acdd4b987d232fd5fcb8a2fb20d870e0 (patch) | |
tree | b2ae00334b73d201997fa6124009e477d15eed2f | |
parent | 3065314348b624b03691f302be1387fffc318cfd (diff) | |
download | tk-a2f6fa61acdd4b987d232fd5fcb8a2fb20d870e0.zip tk-a2f6fa61acdd4b987d232fd5fcb8a2fb20d870e0.tar.gz tk-a2f6fa61acdd4b987d232fd5fcb8a2fb20d870e0.tar.bz2 |
Fixed typo in comment
-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 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; |