Restore printout of GC stats when ``gc.set_debug(gc.DEBUG_STATS)`` is
-called. This featue was accidentally removed when implementing incremental
+called. This feature was accidentally removed when implementing incremental
GC.
:meth:`xml.etree.ElementTree.Element.extend` and
:class:`~xml.etree.ElementTree.Element` assignment no longer hide the internal
-exception if an erronous generator is passed. Patch by Bar Harel.
+exception if an erroneous generator is passed. Patch by Bar Harel.
-Fix :class:`unittest.mock.MagicMock` reseting magic methods return values
+Fix :class:`unittest.mock.MagicMock` resetting magic methods return values
after ``.reset_mock(return_value=True)`` was called.