]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/console.cpp
Defaults in wxWinCE documented.
[wxWidgets.git] / samples / console / console.cpp
index 35037e5b9781c5641f1fca15c241135204e9db68..687c903bbd095f2459f408e680a0af7121faf1c9 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        samples/console/console.cpp
-// Purpose:     a sample console (as opposed to GUI) progam using wxWidgets
+// Purpose:     A sample console (as opposed to GUI) program using wxWidgets
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     04.10.99
@@ -2995,7 +2995,7 @@ static void TestVCardRead()
 
         wxPrintf(_T("Full name from wxVCard API: %s\n"), value.c_str());
 
-        // now show how to deal with multiply occuring properties
+        // now show how to deal with multiply occurring properties
         DumpVCardAddresses(vcard);
         DumpVCardPhoneNumbers(vcard);