summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/graphicsview/qsimplex_p.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qsimplex_p.cpp b/src/gui/graphicsview/qsimplex_p.cpp
index b90d53f..1349ced 100644
--- a/src/gui/graphicsview/qsimplex_p.cpp
+++ b/src/gui/graphicsview/qsimplex_p.cpp
@@ -154,7 +154,7 @@ void QSimplex::setConstraints(const QList<QSimplexConstraint *> newConstraints)
solveMaxHelper();
if (valueAt(0, columns - 1) != 0.0) {
- qWarning() << "QSimplex: No feaseable solution!";
+ qWarning() << "QSimplex: No feasible solution!";
clearDataStructures();
return;
}