]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/file.h
Fix typo in wxOwnerDrawnComboBox ctor documentation.
[wxWidgets.git] / interface / wx / file.h
index f2cff5c32cc587e18804c6395ef81d1e1c0d1a9c..9c01ebdd7d6f9e2e9228d0140ff8f67cbb59a54f 100644 (file)
@@ -173,12 +173,12 @@ public:
             or test if it can be opened for writing with Access(). */
         write,
 
-        /** Open file for reading and writing; can not be used with Access() */
+        /** Open file for reading and writing; cannot be used with Access() */
         read_write,
 
         /** Open file for appending: the file is opened for writing, but the old contents
             of the file are not erased and the file pointer is initially placed at the end
-            of the file; can not be used with Access().
+            of the file; cannot be used with Access().
 
             This is the same as OpenMode::write if the file doesn't exist.
         */