summaryrefslogtreecommitdiffstats
path: root/generic/tkTextBTree.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-11-10 18:38:56 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-11-10 18:38:56 (GMT)
commitd8062d0651a7c250ad771a866a71625fa590a8cb (patch)
tree8e474532e7ab6ad298f238c97946fc8acca34f8c /generic/tkTextBTree.c
parente1f916d469ab9cd121e46b22a73ee385e56140f8 (diff)
downloadtk-d8062d0651a7c250ad771a866a71625fa590a8cb.zip
tk-d8062d0651a7c250ad771a866a71625fa590a8cb.tar.gz
tk-d8062d0651a7c250ad771a866a71625fa590a8cb.tar.bz2
Typos in comments
Diffstat (limited to 'generic/tkTextBTree.c')
-rw-r--r--generic/tkTextBTree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextBTree.c b/generic/tkTextBTree.c
index 36f0ef3..58fc645 100644
--- a/generic/tkTextBTree.c
+++ b/generic/tkTextBTree.c
@@ -1117,7 +1117,7 @@ TkBTreeInsertChars(
/*
* I don't believe it's possible for either of the two lines passed to
* this function to be the last line of text, but the function is robust
- * to that case anyway. (We must never re-calculated the line height of
+ * to that case anyway. (We must never re-calculate the line height of
* the last line).
*/