Misc. typos

Found via `codespell`
This commit is contained in:
luz.paz
2018-04-23 13:21:12 -04:00
committed by Yorik van Havre
parent 8f29943462
commit 9167064fc1
83 changed files with 112 additions and 112 deletions

View File

@@ -444,7 +444,7 @@ bool ProgressBar::eventFilter(QObject* o, QEvent* e)
if (ke->key() == Qt::Key_Escape) {
// eventFilter() was called from the application 50 times without performing a new step (app could hang)
if (d->observeEventFilter > 50) {
// tries to unlock the application if it hangs (propably due to incorrect usage of Base::Sequencer)
// tries to unlock the application if it hangs (probably due to incorrect usage of Base::Sequencer)
if (ke->modifiers() & (Qt::ControlModifier | Qt::AltModifier)) {
sequencer->resetData();
return true;