diff options
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index 07906055..c2a359aa 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -219,7 +219,7 @@ public: static inline bool testStyleOutOfFlow (core::style::Style *style) { // Second part is equivalent to testStylePositioned(), but we still keep - // the two seperately. + // the two separately. return testStyleFloat (style) || testStyleAbsolutelyPositioned (style) || testStyleRelativelyPositioned (style) || testStyleFixedlyPositioned (style); } |