From 6cd133d2f242d36bd48ddea44acd868f70782d0b Mon Sep 17 00:00:00 2001 From: Gevel Tekens Date: Tue, 4 Feb 2025 23:13:27 +0100 Subject: Fix several typos See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/ --- dw/oofawarewidget.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/oofawarewidget.hh') 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); } -- cgit v1.2.3