From 5e565d05f8c53ff410253aad3c6c64582c3c8659 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 29 Aug 2014 23:22:32 +0000 Subject: [PATCH] Fix typo in the last changelog entry. s/reated/created/ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 46da8f1dad..3375106062 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -610,7 +610,7 @@ wxMSW: - Add paragraph spacing attributes support to wxTextCtrl (dannchr). - Show new style directory selector even for non existent paths (raychow). - Fix order of radial gradient stops (Alexandru Pana). -- Fix font reated using wxFont(wxFontInfo()) ctor. +- Fix font created using wxFont(wxFontInfo()) ctor. 3.0.1: (released 2014-06-15)