diff options
author | fvogel <fvogelnew1@free.fr> | 2015-11-10 18:39:19 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-11-10 18:39:19 (GMT) |
commit | d15f290e785956566ffa11584be29868a3236abc (patch) | |
tree | 5f51c5aeec73bca4b3d22a5d28d89c17584ecef2 /generic/tkTextBTree.c | |
parent | 39759c5edb64b64dbc156e6ae955724d399a228e (diff) | |
parent | d8062d0651a7c250ad771a866a71625fa590a8cb (diff) | |
download | tk-d15f290e785956566ffa11584be29868a3236abc.zip tk-d15f290e785956566ffa11584be29868a3236abc.tar.gz tk-d15f290e785956566ffa11584be29868a3236abc.tar.bz2 |
Typos in comments
Diffstat (limited to 'generic/tkTextBTree.c')
-rw-r--r-- | generic/tkTextBTree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextBTree.c b/generic/tkTextBTree.c index 7383d21..0fdc280 100644 --- a/generic/tkTextBTree.c +++ b/generic/tkTextBTree.c @@ -1112,7 +1112,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). */ |