Typos and whitespace fixes

This commit is contained in:
luz.paz
2018-08-06 08:47:24 -04:00
committed by luz paz
parent 815e414e77
commit 424cd49398
24 changed files with 38 additions and 38 deletions

View File

@@ -438,7 +438,7 @@ void PropertyFileIncluded::Restore(Base::XMLReader &reader)
if (reader.hasAttribute("file")) {
string file (reader.getAttribute("file") );
if (!file.empty()) {
// initate a file read
// initiate a file read
reader.addFile(file.c_str(),this);
// is in the document transient path
aboutToSetValue();