Fix typos

This commit is contained in:
luzpaz
2023-08-21 17:48:17 +00:00
committed by wwmayer
parent 5177007994
commit ed9ff68935
5 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

@@ -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],

View File

@@ -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"

View File

@@ -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
{