Fixed code formatting & comments typos

This commit is contained in:
Maciej Suminski 2017-04-24 00:00:47 +02:00
parent b385413458
commit 6507dbf3ad
3 changed files with 2 additions and 3 deletions

View File

@ -58,7 +58,6 @@ public:
COMPLETE COMPLETE
}; };
int getMaxStep() const override int getMaxStep() const override
{ {
return COMPLETE; return COMPLETE;

View File

@ -55,7 +55,7 @@ public:
* @param aPt the new point * @param aPt the new point
* @param aLockIn whether to "lock in" the point, and move the * @param aLockIn whether to "lock in" the point, and move the
* geometry manager to the next (or previous) step. False to * geometry manager to the next (or previous) step. False to
* update geomtry and not affect manager state * update geometry and not affect manager state
*/ */
void AddPoint( const VECTOR2I& aPt, bool aLockIn ) void AddPoint( const VECTOR2I& aPt, bool aLockIn )
{ {

View File

@ -1079,7 +1079,7 @@ bool DRAWING_TOOL::drawSegment( int aShape, DRAWSEGMENT*& aGraphic,
/** /**
* Update an arc DRAWSEGMENT from the current state * Update an arc DRAWSEGMENT from the current state
* of an Arc Geoemetry Manager * of an Arc Geometry Manager
*/ */
static void updateArcFromConstructionMgr( static void updateArcFromConstructionMgr(
const KIGFX::PREVIEW::ARC_GEOM_MANAGER& aMgr, const KIGFX::PREVIEW::ARC_GEOM_MANAGER& aMgr,