aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.)