]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/debugrpt.h
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / wx / debugrpt.h
index 65aa1a51855da7a1abc67d65eacdbbe2f802fa38..c56dcba092fc6ace92902e3a6e06a930f8fddc6a 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        debugrpt.h
 // Purpose:     interface of wxDebugReport*
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -253,7 +252,7 @@ public:
     /**
         Retrieves the name (relative to GetDirectory()) and the description of
         the file with the given index. If @a n is greater than or equal to the
-        number of filse, @false is returned.
+        number of files, then @false is returned.
     */
     bool GetFile(size_t n, wxString* name, wxString* desc) const;