aboutsummaryrefslogtreecommitdiff
path: root/dw/oofawarewidget.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r--dw/oofawarewidget.hh2
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); }