]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct a trivial typo in wxLog documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Nov 2010 16:13:27 +0000 (16:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Nov 2010 16:13:27 +0000 (16:13 +0000)
Just remove an extra word.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/log.h

index d8ffb8d27a9746832768d89d68713c422defa7e3..8a2a670225683a40019133a0d5088544523cc79a 100644 (file)
@@ -959,7 +959,7 @@ protected:
     //@{
 
     /**
-        Called to created log a new record.
+        Called to log a new record.
 
         Any log message created by wxLogXXX() functions is passed to this
         method of the active log target. The default implementation prepends