Fix various typos (#547)

Typos found via `codespell -q 3 -L te,ridiculus,varius`
This commit is contained in:
luzpaz
2023-08-08 17:46:12 +00:00
committed by GitHub
parent 767933d0cb
commit 0d10c6e2d9
20 changed files with 32 additions and 32 deletions

View File

@@ -250,7 +250,7 @@ public:
* \param[out] CreatedWidget The widget created from parsed data or 0 if
* the parsed widget was an empty splitter
* \param[in] Testing If Testing is true, only the stream data is
* parsed without modifiying anything.
* parsed without modifying anything.
*/
bool restoreChildNodes(CDockingStateReader& Stream, QWidget*& CreatedWidget,
bool Testing);