From 7a3da9bfdb02aae53a07403c765c0f6d54e5f7cd Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 14 Apr 2015 00:21:41 +0200 Subject: Fix typo in comment --- src/core/parser/ParserScope.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, 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; -- cgit v1.2.3