summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-07-08 20:40:13 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-07-08 20:40:13 (GMT)
commit09329962c189c0d1906e761169e968afee62158d (patch)
treea1e32dcbe5897e1211e7cd4f98c0829f014139b1 /generic/tkTextDisp.c
parent07515d78a3338310802f115886c4cfa80acc1795 (diff)
parent3018d78340026597655745f383e8f4c2e4e9505d (diff)
downloadtk-09329962c189c0d1906e761169e968afee62158d.zip
tk-09329962c189c0d1906e761169e968afee62158d.tar.gz
tk-09329962c189c0d1906e761169e968afee62158d.tar.bz2
Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.
Diffstat (limited to 'generic/tkTextDisp.c')
-rw-r--r--generic/tkTextDisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c
index 3aa83ee..847a971 100644
--- a/generic/tkTextDisp.c
+++ b/generic/tkTextDisp.c
@@ -1367,7 +1367,7 @@ LayoutDLine(
* expectations in the rest of the code, but we are able to skip
* elided portions of the line quickly.
*
- * If current chunk is elided and last chunk was too, coalese.
+ * If current chunk is elided and last chunk was too, coalesce.
*
* This also means that each logical line which is entirely elided
* still gets laid out into a DLine, but with zero height. This isn't
@@ -5276,7 +5276,7 @@ TkTextRelayoutWindow(
/*
* Invalidate cached scrollbar positions, so that scrollbars sliders will
- * be udpated.
+ * be updated.
*/
dInfoPtr->xScrollFirst = dInfoPtr->xScrollLast = -1;