summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.cpp
diff options
context:
space:
mode:
authorStefan Radomski <sradomski@mintwerk.de>2016-04-22 10:21:14 (GMT)
committerStefan Radomski <sradomski@mintwerk.de>2016-04-22 10:21:14 (GMT)
commitc761e5f3931e4709f2736d5c3c0e11dc7b61ded5 (patch)
tree196e67745afb35f3fe76a85014160b53c0e21e57 /src/uscxml/Interpreter.cpp
parenta7cb1ba3d1c8e1d60387bc9a81ca5cded0c513d0 (diff)
downloaduscxml-c761e5f3931e4709f2736d5c3c0e11dc7b61ded5.zip
uscxml-c761e5f3931e4709f2736d5c3c0e11dc7b61ded5.tar.gz
uscxml-c761e5f3931e4709f2736d5c3c0e11dc7b61ded5.tar.bz2
Minor bug-fixes and issue62 prepared
Diffstat (limited to 'src/uscxml/Interpreter.cpp')
-rw-r--r--src/uscxml/Interpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/Interpreter.cpp b/src/uscxml/Interpreter.cpp
index 27b3f08..3e4171e 100644
--- a/src/uscxml/Interpreter.cpp
+++ b/src/uscxml/Interpreter.cpp
@@ -2516,7 +2516,7 @@ void InterpreterImpl::executeContent(const Arabica::DOM::Element<std::string>& c
}
}
} else if (iequals(TAGNAME(content), _nsInfo.xmlNSPrefix + "elseif")) {
- LOG(ERROR) << "Found single elsif to evaluate!" << std::endl;
+ LOG(ERROR) << "Found single elseif to evaluate!" << std::endl;
} else if (iequals(TAGNAME(content), _nsInfo.xmlNSPrefix + "else")) {
LOG(ERROR) << "Found single else to evaluate!" << std::endl;
} else if (iequals(TAGNAME(content), _nsInfo.xmlNSPrefix + "foreach")) {