spelling fixes (#18688)
* Fixes spelling of "Allow to" to "Allow one to" and those variants: Allows to -> Allows one to allow to -> allow one to allows to -> allows one to * Fix "Let's -> Lets" (and lower case variant.) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update src/3rdParty/salomesmesh/inc/MED_Wrapper.hxx Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> * Update src/Base/PyObjectBase.cpp Update src/App/ExtensionContainer.h Update src/App/PropertyContainer.h Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> * Use gerund in user-facing texts. * Use gerund for two more user-facing strings. Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> * Update src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> * Update src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> * Update src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> --------- Co-authored-by: Tobias Frost <tobi@debian.org> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
@@ -33,7 +33,7 @@ class PythonConsole;
|
||||
|
||||
/**
|
||||
* Python class for redirection of stdout to FreeCAD's Python
|
||||
* console window. This allows to show all Python messages in
|
||||
* console window. This allows one to show all Python messages in
|
||||
* the same window where the commands are performed.
|
||||
* @see PythonStderr
|
||||
* @see PythonConsole
|
||||
@@ -59,7 +59,7 @@ public:
|
||||
|
||||
/**
|
||||
* Python class for redirection of stderr to FreeCAD's Python
|
||||
* console window. This allows to show all Python messages in
|
||||
* console window. This allows one to show all Python messages in
|
||||
* the same window where the commands are performed.
|
||||
* @see PythonStdout
|
||||
* @see PythonConsole
|
||||
@@ -85,7 +85,7 @@ public:
|
||||
|
||||
/**
|
||||
* Python class for redirection of stdout to FreeCAD's output
|
||||
* console window. This allows to report all Python output to
|
||||
* console window. This allows one to report all Python output to
|
||||
* the report view which simplifies debugging scripts.
|
||||
* @see PythonStdout
|
||||
* @see PythonStderr
|
||||
@@ -108,7 +108,7 @@ public:
|
||||
|
||||
/**
|
||||
* Python class for redirection of stderr to FreeCAD's output
|
||||
* console window. This allows to report all Python errors to
|
||||
* console window. This allows one to report all Python errors to
|
||||
* the report view which simplifies error tracking.
|
||||
* @see PythonStdout
|
||||
* @see PythonStderr
|
||||
|
||||
Reference in New Issue
Block a user