Misc. typo fixes

Found via `codespell`
This commit is contained in:
luz.paz
2018-08-25 17:02:07 -04:00
committed by wmayer
parent 00312a39f9
commit 53e122a75a
4 changed files with 8 additions and 8 deletions

View File

@@ -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);