From 716656ae472c3567d7867dd00f57c9a9755f1d85 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 21 May 2015 19:30:52 +0200 Subject: [PATCH] Fix typo in GetOperatingSystemDescription() docs. Fix the case of wxGetOSDescription() in the link. Closes #17003. --- interface/wx/platinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/platinfo.h b/interface/wx/platinfo.h index 67f26acb9f..2f4eac623e 100644 --- a/interface/wx/platinfo.h +++ b/interface/wx/platinfo.h @@ -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;