mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix grammar in comment
This commit is contained in:
parent
35065ab05e
commit
1ef0f8055b
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue