summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2012-02-18 21:55:28 (GMT)
committerfvogel <fvogel@noemail.net>2012-02-18 21:55:28 (GMT)
commit6a8b5a6e404ac38a6839f5c8292683d6689300d2 (patch)
treeb3a7813f9f7a65cfa210096ad03d36a777bc56e0 /generic/tkTextDisp.c
parentce9f69895909f2221be23566d478dc61e51150d7 (diff)
downloadtk-6a8b5a6e404ac38a6839f5c8292683d6689300d2.zip
tk-6a8b5a6e404ac38a6839f5c8292683d6689300d2.tar.gz
tk-6a8b5a6e404ac38a6839f5c8292683d6689300d2.tar.bz2
Bug-3487407: Weird text indices
FossilOrigin-Name: f39a80017a4c56e5f854a0096ebb26359aef3ef4
Diffstat (limited to 'generic/tkTextDisp.c')
-rw-r--r--generic/tkTextDisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c
index 61fb76e..d0cd4d2 100644
--- a/generic/tkTextDisp.c
+++ b/generic/tkTextDisp.c
@@ -1971,7 +1971,7 @@ UpdateDisplayInfo(
if (spaceLeft <= dInfoPtr->newTopPixelOffset) {
/*
- * We can full up all the needed space just by showing more of the
+ * We can fill up all the needed space just by showing more of the
* current top line.
*/