diff options
author | fvogel <fvogelnew1@free.fr> | 2015-11-10 18:38:56 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-11-10 18:38:56 (GMT) |
commit | b4ab9d79f99aab6cfb1014e82271308f4d6184c9 (patch) | |
tree | 8e474532e7ab6ad298f238c97946fc8acca34f8c /generic/tkTextDisp.c | |
parent | 2a9fdd77c974171312d269dead962e6dcfc0ab21 (diff) | |
download | tk-b4ab9d79f99aab6cfb1014e82271308f4d6184c9.zip tk-b4ab9d79f99aab6cfb1014e82271308f4d6184c9.tar.gz tk-b4ab9d79f99aab6cfb1014e82271308f4d6184c9.tar.bz2 |
Typos in comments
Diffstat (limited to 'generic/tkTextDisp.c')
-rw-r--r-- | generic/tkTextDisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c index fc7b46b..6036222 100644 --- a/generic/tkTextDisp.c +++ b/generic/tkTextDisp.c @@ -2225,7 +2225,7 @@ UpdateDisplayInfo( * Here's a problem: see the tests textDisp-29.2.1-4 * * If the widget is being created, but has not yet been configured it will - * have a maxY of 1 above, and we we won't have examined all the lines + * have a maxY of 1 above, and we won't have examined all the lines * (just the first line, in fact), and so maxOffset will not be a true * reflection of the widget's lines. Therefore we must not overwrite the * original newXPixelOffset in this case. |