]> git.saurik.com Git - wxWidgets.git/commitdiff
minor typo fixes
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 16 Feb 2005 19:25:35 +0000 (19:25 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 16 Feb 2005 19:25:35 +0000 (19:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/uri.tex
samples/mediaplayer/mediaplayer.cpp
src/common/uri.cpp
src/os2/treectrl.cpp

index 6b06deb7f0b86959e33e7cff973cb2b75ac4bed7..03eda795c90584f0972654948c3dfae27c856fcc 100644 (file)
@@ -320,7 +320,7 @@ of the base's is merged with this URI's path, resulting in the URI
 
 \docparam{base}{Base URI to inherit from.  Must be a full URI and not a reference}
 \docparam{flags}{Currently either \texttt{wxURI\_STRICT} or $0$, in non strict
-mode some compatability layers are enabled to allow loopholes from RFCs prior
+mode some compatibility layers are enabled to allow loopholes from RFCs prior
 to 2396}
 
 \membersection{wxURI::Unescape}\label{wxuriunescape}
index 95fea002bd55c98b8e37efce551481750194615e..c7128dcdf07652d4e15d946ad51a8b45c9e9ee6b 100644 (file)
@@ -415,7 +415,7 @@ MyFrame::MyFrame(const wxString& title)
     //
     //  The fourth is an optional userdata param -
     //  this is of historical relevance only and is
-    //  there only for backwards compatability.
+    //  there only for backwards compatibility.
     //
     //  The fifth is the context in which to call the
     //  handler - by default (this param is optional)
index c7b04ebe25bfdee38dcc0eefbed976adbc2de917..be18e65e5d3fd59a257cd3e2749c4ddd315c885a 100644 (file)
@@ -1227,7 +1227,7 @@ bool wxURI::IsDigit(const wxChar& c)
 
 // ---------------------------------------------------------------------------
 //
-//                        wxURL Compatability
+//                        wxURL Compatibility
 //
 // ---------------------------------------------------------------------------
 
index 489dbac9aae93899a68b063da38816d3b15e7644..b043d61c7c32a008a492b67a6b0855d07ef9e856 100644 (file)
@@ -577,7 +577,7 @@ wxImageList* wxTreeCtrl::GetStateImageList () const
 // The SETS of imagelists really do nothing under OS2 as a RECORDCORE
 // struct has the icon imbedded in it that it uses for the icon being
 // displayed via the TREEITEMDESC member.  Provided for interface
-// compatability only
+// compatibility only
 //
 void wxTreeCtrl::SetAnyImageList (
   wxImageList*                      WXUNUSED(pImageList)