fix typos

This commit is contained in:
wmayer
2016-11-12 17:57:14 +01:00
parent 1dffd81295
commit e0a0aa7786
4 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
/* We do not use a standart property macro for type initiation. The reason is that we have the first
/* We do not use a standard property macro for type initiation. The reason is that we have the first
* PropertyData in the extension chain, there is no parent property data.
*/
EXTENSION_TYPESYSTEM_SOURCE_P(App::Extension);