From 0c7774ba115c44526b84769bdf59c2df363d87c2 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sat, 27 Jul 2019 12:51:26 +0200 Subject: [PATCH] typo fixed --- src/layouts/QskGridLayoutEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/QskGridLayoutEngine.cpp b/src/layouts/QskGridLayoutEngine.cpp index 8d85efbf..b8f62f68 100644 --- a/src/layouts/QskGridLayoutEngine.cpp +++ b/src/layouts/QskGridLayoutEngine.cpp @@ -667,7 +667,7 @@ void QskGridLayoutEngine::setupChain( Qt::Orientation orientation, { /* We collect all information from the simple elements first - befora adding those that occupy more than one cell + before adding those that occupy more than one cell */ QVarLengthArray< const Element* > postponed;