aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-09-19 01:28:33 +0200
committerRenaud G <renaud@rolisteam.org>2019-09-19 01:28:33 +0200
commit72809636ec8efd84c7122bc1c68bf9db4df226f4 (patch)
tree1095d9b22c13bbf2c157c0edfed14bc246c41b75 /node
parent5697690e3a260d3f00603492305f410c3f307754 (diff)
downloadOneRoll-72809636ec8efd84c7122bc1c68bf9db4df226f4.tar.gz
OneRoll-72809636ec8efd84c7122bc1c68bf9db4df226f4.zip
Fix error messages
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;
}