diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-11 20:11:59 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-11 20:11:59 (GMT) |
commit | b41c4d29075b0456ea437df35adc6cd251aa892b (patch) | |
tree | 3abb9e59e9d77dedd7b55aa6395db04fedb4f422 /generic | |
parent | c62581912456c387fe35dfbb2a72dfca95dab139 (diff) | |
download | tk-b41c4d29075b0456ea437df35adc6cd251aa892b.zip tk-b41c4d29075b0456ea437df35adc6cd251aa892b.tar.gz tk-b41c4d29075b0456ea437df35adc6cd251aa892b.tar.bz2 |
Fixed error in comment (cherrypicked [a3d4e5de17]
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkTextDisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c index 68c09fc..1f39112 100644 --- a/generic/tkTextDisp.c +++ b/generic/tkTextDisp.c @@ -1638,7 +1638,7 @@ LayoutDLine( * Make one more pass over the line to recompute various things like its * height, length, and total number of bytes. Also modify the x-locations * of chunks to reflect justification. If we're not wrapping, I'm not sure - * what is the best way to handle left and center justification: should + * what is the best way to handle right and center justification: should * the total length, for purposes of justification, be (a) the window * width, (b) the length of the longest line in the window, or (c) the * length of the longest line in the text? (c) isn't available, (b) seems |