Fix typos

This commit is contained in:
luzpaz
2023-08-31 21:18:35 -04:00
committed by Chris Hennes
parent 0e7fc780bf
commit 40d2a90e3a
7 changed files with 8 additions and 8 deletions

View File

@@ -113,7 +113,7 @@ void Persistence::dumpToStream(std::ostream& stream, int compression)
writer.putNextEntry("Persistence.xml");
writer.setMode("BinaryBrep");
//save the content (we need to encapsulte it with xml tags to be able to read single element xmls like happen for properties)
//save the content (we need to encapsulate it with xml tags to be able to read single element xmls like happen for properties)
writer.Stream() << "<Content>" << std::endl;
Save(writer);
writer.Stream() << "</Content>";