summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-03-01 17:36:13 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-03-01 17:36:13 (GMT)
commitbc0f830a410e3cda93f230708229cb35dbb788f2 (patch)
tree4bcc2aec4b290a2d192a84c65a7032d77f9c51cb /generic/tkTextDisp.c
parent2d1dee7c0fdf51a57ac71ed493aa92e278a7720e (diff)
parentbcb71c3efaadfc55dcd742522aaf331a40b9a7ec (diff)
downloadtk-bc0f830a410e3cda93f230708229cb35dbb788f2.zip
tk-bc0f830a410e3cda93f230708229cb35dbb788f2.tar.gz
tk-bc0f830a410e3cda93f230708229cb35dbb788f2.tar.bz2
trunk merged to branch tip-443
Diffstat (limited to 'generic/tkTextDisp.c')
-rw-r--r--generic/tkTextDisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c
index f871fc1..d22bcb3 100644
--- a/generic/tkTextDisp.c
+++ b/generic/tkTextDisp.c
@@ -1727,7 +1727,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