Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 15, 2020
1 parent ba7ffcf commit bafa1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/qgsprocess.cpp
Expand Up @@ -74,7 +74,7 @@ void ConsoleFeedback::showTerminalProgress( double progress )

if ( mTimer.elapsed() > 2000 )
{
// check for signals every 2s to allow for responsive cancelation
// check for signals every 2s to allow for responsive cancellation
QCoreApplication::processEvents();
mTimer.restart();
}
Expand Down

0 comments on commit bafa1db

Please sign in to comment.