aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/switchcasenode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/switchcasenode.cpp')
-rw-r--r--node/switchcasenode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/switchcasenode.cpp b/node/switchcasenode.cpp
index 6c395f8..9b15ec0 100644
--- a/node/switchcasenode.cpp
+++ b/node/switchcasenode.cpp
@@ -39,7 +39,7 @@ void SwitchCaseNode::run(ExecutionNode* previous)
if(nullptr == previous)
{
m_errors.insert(Dice::ERROR_CODE::NO_PREVIOUS_ERROR,
- QStringLiteral("No previous node before Swith/Case operator"));
+ QStringLiteral("No previous node before Switch/Case operator"));
return;
}
auto previousResult= previous->getResult();