]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/menu/menu.cpp
Update wxHtmlWindow documentation to refer to wxWebView.
[wxWidgets.git] / samples / menu / menu.cpp
index a8ba08b0348233c968d0607edefd2d65e3896fbf..4c3b8dc902eab59f958cdbc67ba49341dcd751fe 100644 (file)
@@ -47,8 +47,8 @@
     #define USE_CONTEXT_MENU 1
 #endif
 
-// this sample is usefull when new port is developed
-// and usually new port has majority of flags turned off
+// this sample is useful when a new port is developed
+// and usually new port has majority of flags turned off
 #if wxUSE_LOG && wxUSE_TEXTCTRL
     #define USE_LOG_WINDOW 1
 #else
@@ -708,7 +708,7 @@ void MyFrame::OnInsertMenu(wxCommandEvent& WXUNUSED(event))
     wxString title;
     wxMenu *menu = CreateDummyMenu(&title);
     // Insert before the 'Help' menu
-    // Othewise repeated Deletes will remove the 'Test' menu
+    // Otherwise repeated Deletes will remove the 'Test' menu
     GetMenuBar()->Insert(4, menu, title);
 }