summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-02-11 20:11:59 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-02-11 20:11:59 (GMT)
commitb41c4d29075b0456ea437df35adc6cd251aa892b (patch)
tree3abb9e59e9d77dedd7b55aa6395db04fedb4f422 /generic
parentc62581912456c387fe35dfbb2a72dfca95dab139 (diff)
downloadtk-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.c2
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