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
This commit is contained in:
Vadim Zeitlin 2013-08-24 01:03:47 +00:00
parent 1fb08526ac
commit 3780d6e577

View File

@ -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