Misc. typos

+ some are doxy others are just comment code.  
+ some minor whitespace and grammatical tweaks. 
+ app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366). So it's ok to merge them in to master.
This commit is contained in:
luzpaz
2017-10-03 11:09:41 -04:00
committed by wmayer
parent 732eab609b
commit f3bf8fe919
97 changed files with 125 additions and 125 deletions

View File

@@ -49,7 +49,7 @@ public:
App::PropertyFloatConstraint Scale;
App::PropertyEnumeration ProjectionType; // First or Third Angle
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);

View File

@@ -48,7 +48,7 @@ public:
App::PropertyFile Template;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);

View File

@@ -93,7 +93,7 @@ public:
Base::Vector3d getXYPosition(const char *viewTypeCStr);
short mustExecute() const override;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void) override;

View File

@@ -44,7 +44,7 @@ public:
App::PropertyFileIncluded PageResult;
App::PropertyFile Template;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);

View File

@@ -61,7 +61,7 @@ public:
virtual void getBlockDimensions(double &x, double &y, double &width, double &height) const;
virtual DrawPage* getParentPage() const;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);

View File

@@ -57,7 +57,7 @@ public:
App::PropertyBool KeepLabel;
App::PropertyString Caption;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void) override;

View File

@@ -57,7 +57,7 @@ public:
virtual QRectF getRect() const;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);

View File

@@ -50,7 +50,7 @@ public:
App::PropertyFloat LineWidth;
App::PropertyFloat FontSize;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);

View File

@@ -55,7 +55,7 @@ public:
void removeView(DrawView *view);
short mustExecute() const;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);

View File

@@ -69,7 +69,7 @@ public:
bool has2DReferences(void) const;
bool has3DReferences(void) const;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);

View File

@@ -51,7 +51,7 @@ public:
App::PropertyString LineStyle;
App::PropertyFloat LineSpacing;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);

View File

@@ -48,7 +48,7 @@ public:
App::PropertyFloat Width;
App::PropertyFloat Height;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);

View File

@@ -60,7 +60,7 @@ public:
App::PropertyLinkListGlobal Sources;
virtual short mustExecute() const;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void) override;

View File

@@ -143,7 +143,7 @@ public:
bool handleFaces(void);
bool showSectionEdges(void);
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);

View File

@@ -120,7 +120,7 @@ App::DocumentObjectExecReturn *DrawViewSpreadsheet::execute(void)
std::vector<std::string> DrawViewSpreadsheet::getAvailColumns(void)
{
// build a list of available colums: A, B, C, ... AA, AB, ... ZY, ZZ.
// build a list of available columns: A, B, C, ... AA, AB, ... ZY, ZZ.
std::string alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
std::vector<std::string> availcolumns;
for (int i=0; i<26; ++i) {

View File

@@ -47,7 +47,7 @@ public:
App::PropertyString Symbol;
App::PropertyStringList EditableTexts;
/** @name methods overide Feature */
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void) override;