Misc. typo fixes
Found via `codespell`
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/***************************************************************************
|
||||
* Copyright (c) 2013 Jan Rheinländer <jrheinlaender[at]users.sourceforge.net> *
|
||||
* *
|
||||
/***************************************************************************
|
||||
* Copyright (c) 2013 *
|
||||
* Jan Rheinländer <jrheinlaender[at]users.sourceforge.net> *
|
||||
* This file is part of the FreeCAD CAx development system. *
|
||||
* *
|
||||
* This library is free software; you can redistribute it and/or *
|
||||
@@ -44,7 +44,7 @@ Plane::Plane()
|
||||
{
|
||||
// These properties are only relevant for the visual appearance.
|
||||
// Since they are getting changed from within its view provider
|
||||
// their type is set to "Ouput" to avoid that they are marked as
|
||||
// their type is set to "Output" to avoid that they are marked as
|
||||
// touched all the time.
|
||||
ADD_PROPERTY_TYPE(ResizeMode,(static_cast<long>(0)), "Size", App::Prop_Output, "Automatic or manual resizing");
|
||||
ResizeMode.setEnums(ResizeModeEnums);
|
||||
|
||||
Reference in New Issue
Block a user