Fix various typos
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user