]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/zipstrm.cpp
Bring osx class naming into line with the other ports.
[wxWidgets.git] / src / common / zipstrm.cpp
index 4282806175155a3d379dba6bf98060e046c2c502..7a5b619a35efe489008d1c48feda4fc13cd4daa5 100644 (file)
@@ -1773,7 +1773,7 @@ bool wxZipInputStream::OpenDecompressor(bool raw /*=false*/)
     return IsOk();
 }
 
-// Can be overriden to add support for additional decompression methods
+// Can be overridden to add support for additional decompression methods
 //
 wxInputStream *wxZipInputStream::OpenDecompressor(wxInputStream& stream)
 {
@@ -2128,7 +2128,7 @@ bool wxZipOutputStream::DoCreate(wxZipEntry *entry, bool raw /*=false*/)
     return true;
 }
 
-// Can be overriden to add support for additional compression methods
+// Can be overridden to add support for additional compression methods
 //
 wxOutputStream *wxZipOutputStream::OpenCompressor(
     wxOutputStream& stream,