Fix typos
This commit is contained in:
@@ -578,8 +578,8 @@ void LinkBaseExtension::syncCopyOnChange()
|
||||
// the mutated object. The reason for doing so is that we are copying from
|
||||
// the original linked object and its dependency, not the mutated objects
|
||||
// which are old copies. There could be arbitrary changes in the originals
|
||||
// which may add or remove or change dependending orders, while the
|
||||
// replacement happen between the new and old copies.
|
||||
// which may add or remove or change depending orders, while the
|
||||
// replacement happens between the new and old copies.
|
||||
|
||||
std::map<Base::Uuid, App::DocumentObjectT> newObjs;
|
||||
for (auto obj : copiedObjs) {
|
||||
|
||||
@@ -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