summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-01-13 07:16:53 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-01-13 07:16:53 (GMT)
commit9976bb4ea9febe4dbdb963f7b5d81e4c71a21ba0 (patch)
tree429b3b40954f3899b47c06d74d2064fac3ffc949 /generic
parent9b0a5374a4e77d86b7a0e94ff46dceb6a413d246 (diff)
downloadtk-9976bb4ea9febe4dbdb963f7b5d81e4c71a21ba0.zip
tk-9976bb4ea9febe4dbdb963f7b5d81e4c71a21ba0.tar.gz
tk-9976bb4ea9febe4dbdb963f7b5d81e4c71a21ba0.tar.bz2
Typo fixed
Diffstat (limited to 'generic')
-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. */