]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/db/listdb.cpp
use env var for daily build
[wxWidgets.git] / samples / db / listdb.cpp
index aa73cc1f8df049317d1620958cfa201ffe8878d7..e05bf1b58797cb6de1aae105be542ce6a7e3b4eb 100644 (file)
@@ -79,7 +79,7 @@ extern wxApp *DatabaseDemoApp;
 
 /*
  * This function will return the exact string(s) from the database engine
- * indicating all error conditions which have just occured during the
+ * indicating all error conditions which have just occurred during the
  * last call to the database engine.
  *
  * This demo uses the returned string by displaying it in a wxMessageBox.  The