X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dabbc6a5a1795d169f26ce95927f3e4f1a5e7b7e..31ad423e4fb556ec225a63b161154d3bf3445c1b:/include/wx/file.h diff --git a/include/wx/file.h b/include/wx/file.h index 8bfcb465b6..9ce1ee7043 100644 --- a/include/wx/file.h +++ b/include/wx/file.h @@ -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);