aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2021-02-07 15:27:51 +0100
committerRenaud G <renaud@rolisteam.org>2021-02-07 15:27:51 +0100
commit8a54eb609bd278e87b8a3d6a9be42301778df18d (patch)
tree7a8cc8fdc5dbd5c876e8861f2009d225968ff63e /node
parent0d923696a58fad705dd90ea8c71ca5079409a984 (diff)
downloadOneRoll-8a54eb609bd278e87b8a3d6a9be42301778df18d.tar.gz
OneRoll-8a54eb609bd278e87b8a3d6a9be42301778df18d.zip
Fix spelling
Diffstat (limited to 'node')
-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();