]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/regex.h
Fix wrong return value in the changes of r73365.
[wxWidgets.git] / interface / wx / regex.h
index c414b9f47f729547b8cd4da5eadc615e3cc4e079..cfba7bf245ac965131b4bd6283207569e1c43a2a 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxRegEx
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -163,7 +163,7 @@ public:
     wxString  GetMatch(const wxString& text, size_t index = 0) const;
 
     /**
-        Returns the size of the array of matches, i.e. the number of bracketed
+        Returns the size of the array of matches, i.e.\ the number of bracketed
         subexpressions plus one for the expression itself, or 0 on error.
 
         May only be called after successful call to Compile().