diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-14 00:21:41 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:17 +0200 |
commit | 7a3da9bfdb02aae53a07403c765c0f6d54e5f7cd (patch) | |
tree | 48a0942a31abc0f153b22e8e340e4ff301378255 /src | |
parent | e6b3ad3c5b390851db61e54f96c980bad8aff701 (diff) |
Fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/core/parser/ParserScope.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/parser/ParserScope.cpp b/src/core/parser/ParserScope.cpp index 045facd..e3b50b9 100644 --- a/src/core/parser/ParserScope.cpp +++ b/src/core/parser/ParserScope.cpp @@ -431,7 +431,7 @@ bool ParserScope::resolveValue(Variant &data, Handle<Type> type, Logger &logger) } // Set the data to the value of the constant (even if an error - // happend -- probably the type is was not that wrong -- who knows? + // happend -- probably the type was not that wrong -- who knows?) innerData = constant->getValue(); return res; |