From 72809636ec8efd84c7122bc1c68bf9db4df226f4 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 19 Sep 2019 01:28:33 +0200 Subject: Fix error messages --- node/scalaroperatornode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node') 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; } -- cgit v1.2.3-70-g09d2