]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/init.h
Correctly link to wxWebViewNavigationError from wxWebViewEvent.
[wxWidgets.git] / interface / wx / init.h
index 163e5f7252770473919b7ef8d898a332b441d605..a673a0b7e0581d5fde701bc6803ac1bc3aad2356 100644 (file)
@@ -51,7 +51,7 @@ public:
     If the function returns true, the initialization was successful and the
     global wxApp object ::wxTheApp has been created. Moreover, wxEntryCleanup()
     must be called afterwards. If the function returns false, a catastrophic
-    initialization error occured and (at least the GUI part of) the library
+    initialization error occurred and (at least the GUI part of) the library
     can't be used at all.
 
     Notice that parameters @c argc and @c argv may be modified by this