fix grammar in comment

This commit is contained in:
Seth Alves 2016-05-20 10:12:59 -07:00
parent 35065ab05e
commit 1ef0f8055b

View file

@ -147,7 +147,7 @@ public:
bool isFinished() const { return _isFinished; } // used by Application and ScriptWidget
bool isRunning() const { return _isRunning; } // used by ScriptWidget
// these are used by code in ScriptEngines.cpp during the "reload all" operation
// this is used by code in ScriptEngines.cpp during the "reload all" operation
bool isStopping() const { return _isStopping; }
bool isDebuggable() const { return _debuggable; }