diff --git a/CHANGES.rst b/CHANGES.rst index f5f6c624..d788e32e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -670,7 +670,7 @@ Added ToolTipString property to wx.Window. Other minor fixes. -Udpates from the AGW and Editra projects. +Updates from the AGW and Editra projects. diff --git a/docs/MigrationGuide.rst b/docs/MigrationGuide.rst index fcea30f5..e3165587 100644 --- a/docs/MigrationGuide.rst +++ b/docs/MigrationGuide.rst @@ -510,7 +510,7 @@ The wxversion module -------------------- The ``wxversion`` module is gone, and will not be coming back. The old way of -handling muti-version installs and choosing between them was a giant hack in +handling multi-version installs and choosing between them was a giant hack in my opinion, and I regretted doing it shortly after it was implemented. However since there wasn't any other way that made sense at the time, and since some people were using it already, it got left in the distribution. But one of the