summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2016-02-11 20:11:59 (GMT)
committerfvogelnew1@free.fr <fvogel>2016-02-11 20:11:59 (GMT)
commit31f4f86d5a1c9c51d043a45a6e8a91230236de68 (patch)
tree3abb9e59e9d77dedd7b55aa6395db04fedb4f422
parent0cbdbd739d6abef7513eacaed12461fda9c62ed9 (diff)
downloadtk-31f4f86d5a1c9c51d043a45a6e8a91230236de68.zip
tk-31f4f86d5a1c9c51d043a45a6e8a91230236de68.tar.gz
tk-31f4f86d5a1c9c51d043a45a6e8a91230236de68.tar.bz2
Fixed error in comment (cherrypicked [a3d4e5de17]
-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