Fix source comment typo

This commit is contained in:
luz paz
2022-10-23 09:23:11 -04:00
committed by Chris Hennes
parent cbd1963142
commit 2d4482cdf3
5 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
#include "PreCompiled.h"
// inclution of the generated files (generated out of PropertyContainerPy.xml)
// inclusion of the generated files (generated out of PropertyContainerPy.xml)
#include "DocumentObjectExtensionPy.h"
#include "DocumentObjectExtensionPy.cpp"

View File

@@ -25,7 +25,7 @@
#include "Application.h"
// inclution of the generated files (generated out of PropertyContainerPy.xml)
// inclusion of the generated files (generated out of PropertyContainerPy.xml)
#include <App/ExtensionPy.h>
#include <App/ExtensionPy.cpp>

View File

@@ -34,7 +34,7 @@
#include <boost/iostreams/device/array.hpp>
#include <boost/iostreams/stream.hpp>
// inclution of the generated files (generated out of PropertyContainerPy.xml)
// inclusion of the generated files (generated out of PropertyContainerPy.xml)
#include "PropertyContainerPy.h"
#include "PropertyContainerPy.cpp"

View File

@@ -28,7 +28,7 @@
#include "Persistence.h"
#include "Writer.h"
// inclution of the generated files (generated By PersitancePy.xml)
// inclusion of the generated files (generated By PersitancePy.xml)
#include "PersistencePy.h"
#include "PersistencePy.cpp"

View File

@@ -27,7 +27,7 @@
# include <sstream>
#endif
// inclution of the generated files (generated out of PropertyContainerPy.xml)
// inclusion of the generated files (generated out of PropertyContainerPy.xml)
#include "ViewProviderExtensionPy.h"
#include "ViewProviderExtensionPy.cpp"
#include "ViewProviderDocumentObject.h"