Misc. typos

+ stepcode typo submitted upsream https://github.com/stepcode/stepcode/pull/372
This commit is contained in:
luz.paz
2018-01-04 22:58:46 -05:00
committed by Yorik van Havre
parent 442892ffa7
commit 831bf31817
16 changed files with 22 additions and 22 deletions

View File

@@ -784,8 +784,8 @@ void PythonConsole::appendOutput(const QString& output, int state)
void PythonConsole::runSource(const QString& line)
{
/**
* Check if there's a "source drain", which want's to consume the source in another way then just executing it.
* If so, put the source to the drain and emit a signal to notify the consumer, whoever this may be.
* Check if there's a "source drain", which wants to consume the source in another way then just executing it.
* If so, put the source to the drain and emit a signal to notify the consumer, whomever this may be.
*/
if (this->_sourceDrain)
{