From 1e3d20528d058a07e422c5cca8bf4c5ce52dbe98 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 1 Jun 2003 12:04:23 +0000 Subject: [PATCH] Typo in comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/minimal/minimal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/minimal/minimal.cpp b/samples/minimal/minimal.cpp index 29ea39bf0d..8298169a69 100644 --- a/samples/minimal/minimal.cpp +++ b/samples/minimal/minimal.cpp @@ -103,7 +103,7 @@ END_EVENT_TABLE() // Create a new application object: this macro will allow wxWindows to create // the application object during program execution (it's better than using a -// static object for many reasons) and also declares the accessor function +// static object for many reasons) and also implements the accessor function // wxGetApp() which will return the reference of the right type (i.e. MyApp and // not wxApp) IMPLEMENT_APP(MyApp)