Merge pull request #1131 from luzpaz/typos-followup

Fix typos cont.
This commit is contained in:
itsmattkc
2020-04-16 12:21:45 +10:00
committed by GitHub
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ void NodeMetaReader::XMLReadIterations(QXmlStreamReader* reader)
if (iterations_ > 0) {
iterations_ = iteration_pickup;
} else {
// If the iteration value is invalid, don't set it, print an error insteead
// If the iteration value is invalid, don't set it, print an error instead
qWarning() << "Invalid iteration number in" << xml_filename_ << "- setting to default (1)";
}
}