Fix typos
This commit is contained in:
@@ -225,7 +225,7 @@ protected:
|
||||
Base::Vector3d& base, Base::Vector3d& axis) const;
|
||||
|
||||
/**
|
||||
* @brief Calculate point of cylidrical face where to render widget.
|
||||
* @brief Calculate point of cylindrical face where to render widget.
|
||||
*
|
||||
* @note
|
||||
* This method is very specific and doesn't require access to member
|
||||
|
||||
@@ -253,7 +253,7 @@ def getDefaultIcon():
|
||||
|
||||
def build_new_file_card(template):
|
||||
|
||||
"builds an html <li> element respresenting a new file template"
|
||||
"builds an html <li> element representing a new file template"
|
||||
|
||||
templates = {
|
||||
"empty_file": [TranslationTexts.T_TEMPLATE_EMPTYFILE_NAME, TranslationTexts.T_TEMPLATE_EMPTYFILE_DESC],
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
//! a class to contain useful shape manipulations. these methods were orginally in
|
||||
// GeometryObject.
|
||||
//! a class to contain useful shape manipulations. these methods were originally
|
||||
// in GeometryObject.
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
|
||||
#include <Base/Vector3D.h>
|
||||
|
||||
//! a class to contain useful shape manipulations. these methods were orginally in
|
||||
// GeometryObject.
|
||||
//! a class to contain useful shape manipulations. these methods were originally
|
||||
// in GeometryObject.
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user