From 92fd2ea5252b2afb1aec7dd960546608842c676f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 15 May 2020 13:03:25 -0700 Subject: [PATCH] typo fix --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f5063b78..1785e7cd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -22,7 +22,7 @@ New and improved in this release: it wandered away and got lost. wxWidgets is now validating the flags passed when adding items to a sizer, to ensure that they are the correct flags for the type of the sizer. If the given flags do not make sense, for example using - horizontal alignment flags in a horizontal box sizer, then e wxAssertionError + horizontal alignment flags in a horizontal box sizer, then a wxAssertionError error is raised. * Fixed missing binder for wxEVT_STC_AUTOCOMP_SELECTION_CHANGE. (#1613)