diff options
author | fvogel <fvogel@noemail.net> | 2016-01-13 07:16:53 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2016-01-13 07:16:53 (GMT) |
commit | 3fe1dc4e23c0453896902f6166f457f592541ce2 (patch) | |
tree | 429b3b40954f3899b47c06d74d2064fac3ffc949 /generic/tkListbox.c | |
parent | 662c3aa34dedc4fc468d00a0f090afd06e818339 (diff) | |
download | tk-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.c | 2 |
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. */ |