summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-14 00:21:41 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:24:17 +0200
commit7a3da9bfdb02aae53a07403c765c0f6d54e5f7cd (patch)
tree48a0942a31abc0f153b22e8e340e4ff301378255
parente6b3ad3c5b390851db61e54f96c980bad8aff701 (diff)
Fix typo in comment
-rw-r--r--src/core/parser/ParserScope.cpp2
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;