Fix misc. typos, whitespace, and http:// to https:// issues

This commit is contained in:
luz.paz
2019-08-27 08:37:36 -04:00
committed by Yorik van Havre
parent d799a1c4c7
commit 7af7c10cf1
13 changed files with 21 additions and 23 deletions

View File

@@ -192,7 +192,7 @@ void ImportOCAF2::setMode(int m) {
Base::FileInfo fi(pDocument->FileName.getValue());
filePath = fi.dirPath();
}else
FC_WARN("Diable multi-document mode because the input document is not saved.");
FC_WARN("Disable multi-document mode because the input document is not saved.");
}
}
@@ -982,7 +982,7 @@ void ExportOCAF2::setupObject(TDF_Label label, App::DocumentObject *obj,
names.push_back(prefix + obj->getNameInDocument() + "_i" + name + ".");
}
// Finally, the subname reference allows to use the label for naming
// with preceeding '$'
// with preceding '$'
names.push_back(prefix + "$" + obj->Label.getValue() + ".");
}