diff options
author | fvogel <fvogelnew1@free.fr> | 2016-01-13 07:16:53 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-01-13 07:16:53 (GMT) |
commit | 9976bb4ea9febe4dbdb963f7b5d81e4c71a21ba0 (patch) | |
tree | 429b3b40954f3899b47c06d74d2064fac3ffc949 | |
parent | 9b0a5374a4e77d86b7a0e94ff46dceb6a413d246 (diff) | |
download | tk-9976bb4ea9febe4dbdb963f7b5d81e4c71a21ba0.zip tk-9976bb4ea9febe4dbdb963f7b5d81e4c71a21ba0.tar.gz tk-9976bb4ea9febe4dbdb963f7b5d81e4c71a21ba0.tar.bz2 |
Typo fixed
-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. */ |