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

@@ -611,7 +611,7 @@ bool MainWindowBase::closeDockWidgets(bool force)
// Empty frames are historically deleted later since they are triggered by mouse click
// on the title bar, and the title bar is inside the frame.
// When doing it programatically we can delete immediately.
// When doing it programmatically we can delete immediately.
delete frame;
}