diff options
author | fvogelnew1@free.fr <fvogel> | 2014-11-21 21:18:07 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2014-11-21 21:18:07 (GMT) |
commit | 99b463e37b86da9150e7fe848648ec70445e97b8 (patch) | |
tree | 3cb469ecd85aa2a7ca7ac90c1460684d80f9dc19 /generic | |
parent | 76379bafd51bb89ee1bc31cb95391537e00ba1b9 (diff) | |
download | tk-99b463e37b86da9150e7fe848648ec70445e97b8.zip tk-99b463e37b86da9150e7fe848648ec70445e97b8.tar.gz tk-99b463e37b86da9150e7fe848648ec70445e97b8.tar.bz2 |
Fix typos in comments
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkTextDisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c index cd232bf..f16c45b 100644 --- a/generic/tkTextDisp.c +++ b/generic/tkTextDisp.c @@ -1019,7 +1019,7 @@ FreeStyle( * whose leftmost character is given by indexPtr. * * Results: - * The return value is a pointer to a DLine structure desribing the + * The return value is a pointer to a DLine structure describing the * display line. All fields are filled in and correct except for y and * nextPtr. * @@ -1908,7 +1908,7 @@ UpdateDisplayInfo( prevPtr->index.linePtr) != lineHeight)) { /* * The logical line height we just calculated is actually - * differnt to the currently cached height of the text line. + * different to the currently cached height of the text line. * That is fine (the text line heights are only calculated * asynchronously), but we must update the cached height so * that any counts made with DLine pointers are the same as |