mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02: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