Cleanup: spelling

This commit is contained in:
Campbell Barton
2016-07-16 17:48:57 +10:00
parent f0f9a87614
commit c885cea7bb
16 changed files with 26 additions and 25 deletions

View File

@@ -79,7 +79,7 @@ bool ErrorHandler::handleError(const COLLADASaxFWL::IError *error)
COLLADASaxFWL::SaxFWLError *saxFWLError = (COLLADASaxFWL::SaxFWLError *) error;
/*
* Accept non critical errors as warnings (i.e. texture not found)
* This makes the importer more gracefull, so it now imports what makes sense.
* This makes the importer more graceful, so it now imports what makes sense.
*/
if (saxFWLError->getSeverity() == COLLADASaxFWL::IError::SEVERITY_ERROR_NONCRITICAL) {
isError = false;