summaryrefslogtreecommitdiffstats
path: root/generic/tkListbox.c
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-01-13 07:16:53 (GMT)
committerfvogel <fvogel@noemail.net>2016-01-13 07:16:53 (GMT)
commit3fe1dc4e23c0453896902f6166f457f592541ce2 (patch)
tree429b3b40954f3899b47c06d74d2064fac3ffc949 /generic/tkListbox.c
parent662c3aa34dedc4fc468d00a0f090afd06e818339 (diff)
downloadtk-3fe1dc4e23c0453896902f6166f457f592541ce2.zip
tk-3fe1dc4e23c0453896902f6166f457f592541ce2.tar.gz
tk-3fe1dc4e23c0453896902f6166f457f592541ce2.tar.bz2
Typo fixed
FossilOrigin-Name: a61ce95b869245fd5360678be3cb8369f6debeb0
Diffstat (limited to 'generic/tkListbox.c')
-rw-r--r--generic/tkListbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkListbox.c b/generic/tkListbox.c
index 2929882..7295677 100644
--- a/generic/tkListbox.c
+++ b/generic/tkListbox.c
@@ -90,7 +90,7 @@ typedef struct {
* display. */
int topIndex; /* Index of top-most element visible in
* window. */
- int fullLines; /* Number of lines that fit are completely
+ int fullLines; /* Number of lines that are completely
* visible in window. There may be one
* additional line at the bottom that is
* partially visible. */