]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/zstream.cpp
Improve sizer support in generic wxNotebook. Fix the widgets sample
[wxWidgets.git] / src / common / zstream.cpp
index 8280bfbc0eda8ed7a3de3dc2b751a40cfe47064d..a85312efa507c10cecf325ae80ebc1068cd16be3 100644 (file)
@@ -56,7 +56,7 @@ wxZlibInputStream::wxZlibInputStream(wxInputStream& stream, int flags)
   m_pos = 0;
 
 #if WXWIN_COMPATIBILITY_2_4
-  // treat compatibilty mode as auto
+  // treat compatibility mode as auto
   m_24compatibilty = flags == wxZLIB_24COMPATIBLE;
   if (m_24compatibilty)
     flags = wxZLIB_AUTO;