Fix typo in GetOperatingSystemDescription() docs.

Fix the case of wxGetOSDescription() in the link.

Closes #17003.
This commit is contained in:
Olly Betts 2015-05-21 19:30:52 +02:00 committed by Vadim Zeitlin
parent 7394dd8e1f
commit 716656ae47

View File

@ -370,7 +370,7 @@ public:
/**
Returns the description of the operating system of this wxPlatformInfo instance.
See wxGetOSDescription() for more info.
See wxGetOsDescription() for more info.
*/
wxString GetOperatingSystemDescription() const;