From cd3fcb308aab436a0625199a7b44eab255cfd0e7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 5 Oct 2018 14:23:37 -0700 Subject: [PATCH] Fix typo --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 74866af9..bd524d5f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -101,7 +101,7 @@ Changes in this release include the following: an AuiToolBar would not be updated when calling LoadPerspective. (#917) * Fixed a bug in wx.FileSystemHandler.OpenFile where the object ownership was - not being transferred corrcetly, causing a crash after a premature object + not being transferred correctly, causing a crash after a premature object deletion. (#926)