aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/scalaroperatornode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/scalaroperatornode.cpp b/node/scalaroperatornode.cpp
index 821150b..60b65fc 100644
--- a/node/scalaroperatornode.cpp
+++ b/node/scalaroperatornode.cpp
@@ -69,7 +69,7 @@ void ScalarOperatorNode::run(ExecutionNode* previous)
if(internalResult == nullptr)
{
m_errors.insert(Dice::ERROR_CODE::NO_VALID_RESULT,
- QObject::tr("No Valid result in arithmetic operatoion: %1").arg(toString(true)));
+ QObject::tr("No Valid result in arithmetic operation: %1").arg(toString(true)));
return;
}