]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/browsedb.cpp
Typo correction patch [ 1208110 ] Lots of typo corrections
[wxWidgets.git] / demos / dbbrowse / browsedb.cpp
index c4a2c6f58549d9baa5109e8babe9aa4fa509ab3e..d4f2ffbc0e5223fab0ad92c90c3f0bf676555c96 100644 (file)
@@ -57,7 +57,7 @@ wxChar *GetExtendedDBErrorMsg(wxChar *ErrFile, int ErrLine)
     msg.Append (_T("\nODBC errors:\n"));
     // msg += _T("\n");
     /* Scan through each database connection displaying
-    * any ODBC errors that have occured. */
+    * any ODBC errors that have occurred. */
     wxDbList *pDbList;
     for (pDbList = PtrBegDbList; pDbList; pDbList = pDbList->PtrNext)
     {