summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ApplicationBuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ApplicationBuilder.cpp')
-rw-r--r--cpp/src/IcePack/ApplicationBuilder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePack/ApplicationBuilder.cpp b/cpp/src/IcePack/ApplicationBuilder.cpp
index 63f090d9af0..bb9533ab8df 100644
--- a/cpp/src/IcePack/ApplicationBuilder.cpp
+++ b/cpp/src/IcePack/ApplicationBuilder.cpp
@@ -146,7 +146,7 @@ IcePack::ApplicationHandler::startElement(const XMLCh* name, AttributeList& attr
{
if(!_currentNode.empty())
{
- throw DeploySAXParseException("Node element enclosed in an node element is not allowed", _locator);
+ throw DeploySAXParseException("node element enclosed in an node element is not allowed", _locator);
}
_currentNode = getAttributeValue(attrs, "name");
@@ -165,7 +165,7 @@ IcePack::ApplicationHandler::startElement(const XMLCh* name, AttributeList& attr
{
if(_currentNode.empty())
{
- throw DeploySAXParseException("Server element is not allowed outside the scope of a node element",
+ throw DeploySAXParseException("server element is not allowed outside the scope of a node element",
_locator);
}