Fix source comment / documentation typos

This commit is contained in:
luz paz
2021-06-09 19:32:58 +00:00
committed by Seth Hillbrand
parent 053bd66650
commit f968fc8719
261 changed files with 422 additions and 422 deletions
@@ -377,6 +377,6 @@ void PYTHON_FOOTPRINT_WIZARD_LIST::register_wizard( PyObject* aPyWizard )
void PYTHON_FOOTPRINT_WIZARD_LIST::deregister_wizard( PyObject* aPyWizard )
{
// deregister also destroyes the previously created "PYTHON_FOOTPRINT_WIZARD object"
// deregister also destroys the previously created "PYTHON_FOOTPRINT_WIZARD object"
FOOTPRINT_WIZARD_LIST::deregister_object( (void*) aPyWizard );
}