diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2016-05-27 10:46:15 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2016-05-27 10:46:15 -0400 |
commit | e4efad9e3e1a93ab676cbe0e2adb19fede0ee921 (patch) | |
tree | 0d661218b361845516a0e65e604001c222b9edd8 /dw | |
parent | 91e3b71937b30e0c0ec38de7b5a0a099edf7ce32 (diff) |
Typos
Diffstat (limited to 'dw')
-rw-r--r-- | dw/textblock.cc | 4 |
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.) |