summaryrefslogtreecommitdiff
path: root/QCSXCAD/QCSGridEditor.cpp
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-07-09 11:12:02 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-11-27 18:59:05 +0100
commit6744b4d48136d81438bf7c6fd107c4cc9b63891e (patch)
treec53a537188d19bc56d09cfe51dcf9a64bf96beb3 /QCSXCAD/QCSGridEditor.cpp
parent618fb1856dedb345f86c01d977787187ec1d4267 (diff)
Spelling fixes
Gbp-Pq: Name 0002-Spelling-fixes.patch
Diffstat (limited to 'QCSXCAD/QCSGridEditor.cpp')
-rw-r--r--QCSXCAD/QCSGridEditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/QCSXCAD/QCSGridEditor.cpp b/QCSXCAD/QCSGridEditor.cpp
index 4e2210c..17d8ffe 100644
--- a/QCSXCAD/QCSGridEditor.cpp
+++ b/QCSXCAD/QCSGridEditor.cpp
@@ -237,7 +237,7 @@ void QCSGridEditor::BuildInHomogenDisc()
// if (fParse.EvalError()!=0) error=true;
// clGrid->AddDiscLine(i,dValue);
// }
-// if (error) QMessageBox::warning(HomogenDisc,tr("Error evaluation grid function!"),QString(tr("An error occured evaluation the grid function f(%1)!").arg(coordVars.at(i))));
+// if (error) QMessageBox::warning(HomogenDisc,tr("Error evaluation grid function!"),QString(tr("An error occurred evaluation the grid function f(%1)!").arg(coordVars.at(i))));
// }
// clGrid->Sort(i);
// }