]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/file.h
keep correct default background but allow overriding it in user code too
[wxWidgets.git] / include / wx / file.h
index 35b7aeb5021b3a7254359b2f933084e4eb058fed..8b869a8766f3bcda913fdd716bd3d4026c7a26a3 100644 (file)
@@ -125,7 +125,7 @@ public:
   bool IsOpened() const { return m_fd != fd_invalid; }
     // is end of file reached?
   bool Eof() const;
-    // has an error occured?
+    // has an error occurred?
   bool Error() const { return m_error; }
     // type such as disk or pipe
   wxFileKind GetKind() const { return wxGetFileKind(m_fd); }