From 85898d8b4dfca462086d1b0f68a789f537aa9f5a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 4 Nov 2010 16:13:27 +0000 Subject: [PATCH] Correct a trivial typo in wxLog documentation. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/log.h b/interface/wx/log.h index d8ffb8d27a..8a2a670225 100644 --- a/interface/wx/log.h +++ b/interface/wx/log.h @@ -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 -- 2.50.0