Fix various typos

This commit is contained in:
luzpaz
2023-08-03 13:02:36 +00:00
committed by 0penBrain
parent ac7dc4faf6
commit 57b9442df7
9 changed files with 9 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ public:
/**
* Add the feature into the body at the current insert point.
* The insertion poin is the before next solid after the Tip feature
* The insertion point is the before next solid after the Tip feature
*/
std::vector<App::DocumentObject*> addObject(App::DocumentObject*) override;
std::vector< DocumentObject* > addObjects(std::vector< DocumentObject* > obj) override;

View File

@@ -6367,7 +6367,7 @@ struct wide_string_input_helper<BaseInputAdapter, 2>
}
};
// Wraps another input apdater to convert wide character types into individual bytes.
// Wraps another input adapter to convert wide character types into individual bytes.
template<typename BaseInputAdapter, typename WideCharType>
class wide_string_input_adapter
{