aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2016-05-27 10:46:15 -0400
committerJorge Arellano Cid <jcid@dillo.org>2016-05-27 10:46:15 -0400
commite4efad9e3e1a93ab676cbe0e2adb19fede0ee921 (patch)
tree0d661218b361845516a0e65e604001c222b9edd8 /dw/textblock.cc
parent91e3b71937b30e0c0ec38de7b5a0a099edf7ce32 (diff)
Typos
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r--dw/textblock.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc
index 28606aca..7b6146c0 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -3055,8 +3055,8 @@ int Textblock::getGeneratorRest (int oofmIndex)
if (container != NULL && findSizeRequestReference (container, &xRef, NULL)) {
// This method is typically called within sizeRequest; so, this widget has
- // more information to calculate the width that the container, wich will
- // result in to too small values (often negative) of the rest. For this
+ // more information to calculate the width than the container, which will
+ // result in too small values (often negative) of the rest. For this
// reason, we use the possibility to pass values from this widget.
// (Also notice that the return value may actually be negative.)