fix misspellings found by codespell

This commit is contained in:
Allen Winter
2021-07-15 09:46:53 -04:00
parent 08ecbb2ca6
commit 4f4a5de700
16 changed files with 24 additions and 24 deletions

View File

@@ -83,7 +83,7 @@ public:
virtual void setLayoutItem(Item *) = 0;
// Not strickly necessary, but it's nice conveniance for kddw which is widget based.
// Not strickly necessary, but it's nice convenience for kddw which is widget based.
virtual QWidget *asQWidget() const
{
Q_ASSERT(false); // Only wanted for QtWidgets. All other should not call this.