From 3780d6e577fcc34672a2c6d2d1f77f8c3e7002a5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 24 Aug 2013 01:03:47 +0000 Subject: [PATCH 1/1] Fix typo in wxConfig example in the documentation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/config.h b/interface/wx/config.h index 42516ab7ac..aa38426fda 100644 --- a/interface/wx/config.h +++ b/interface/wx/config.h @@ -790,7 +790,7 @@ public: # config file for my program UserData = $HOME/data - # the following syntax is valud only under Windows + # the following syntax is valid only under Windows UserData = %windir%\\data.dat @endcode -- 2.45.2