Typos and whitespace fixes

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

View File

@@ -114,7 +114,7 @@ void PropertyPath::Restore(Base::XMLReader &reader)
std::string file (reader.getAttribute("file") );
if (!file.empty()) {
// initate a file read
// initiate a file read
reader.addFile(file.c_str(),this);
}