summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-02-11 20:06:29 (GMT)
committerfvogel <fvogel@noemail.net>2016-02-11 20:06:29 (GMT)
commit29a75ac3e68d2eee963fd0c07d43edbeb6bc0714 (patch)
tree7a2a80c430014c283207cd791d5493a926ad642a
parent3102924c2ccb8eabb8a17ce537d5f627dd8ed1f3 (diff)
downloadtk-29a75ac3e68d2eee963fd0c07d43edbeb6bc0714.zip
tk-29a75ac3e68d2eee963fd0c07d43edbeb6bc0714.tar.gz
tk-29a75ac3e68d2eee963fd0c07d43edbeb6bc0714.tar.bz2
Fixed error in comment
FossilOrigin-Name: a3d4e5de178b14f0a7770095aa81822e857843b1
-rw-r--r--generic/tkTextDisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c
index 7969091..1eea37d 100644
--- a/generic/tkTextDisp.c
+++ b/generic/tkTextDisp.c
@@ -1640,7 +1640,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