]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/file.h
1. added support for bitmaps with alpha channel
[wxWidgets.git] / include / wx / file.h
index 8bfcb465b6944eaa82d33c57e97fd6534f2877f9..9ce1ee7043e0891848ef5f6eb2c4c315d5b08d3d 100644 (file)
@@ -66,7 +66,7 @@ public:
   // ----------------
     // check whether a regular file by this name exists
   static bool Exists(const wxChar *name);
-    // check whetther we can access the given file in given mode
+    // check whether we can access the given file in given mode
     // (only read and write make sense here)
   static bool Access(const wxChar *name, OpenMode mode);