From 00a1d2e00442255dae9efd9f68eb497436054e0d Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Wed, 16 Feb 2005 19:25:35 +0000 Subject: [PATCH] minor typo fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/uri.tex | 2 +- samples/mediaplayer/mediaplayer.cpp | 2 +- src/common/uri.cpp | 2 +- src/os2/treectrl.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/uri.tex b/docs/latex/wx/uri.tex index 6b06deb7f0..03eda795c9 100644 --- a/docs/latex/wx/uri.tex +++ b/docs/latex/wx/uri.tex @@ -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} diff --git a/samples/mediaplayer/mediaplayer.cpp b/samples/mediaplayer/mediaplayer.cpp index 95fea002bd..c7128dcdf0 100644 --- a/samples/mediaplayer/mediaplayer.cpp +++ b/samples/mediaplayer/mediaplayer.cpp @@ -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) diff --git a/src/common/uri.cpp b/src/common/uri.cpp index c7b04ebe25..be18e65e5d 100644 --- a/src/common/uri.cpp +++ b/src/common/uri.cpp @@ -1227,7 +1227,7 @@ bool wxURI::IsDigit(const wxChar& c) // --------------------------------------------------------------------------- // -// wxURL Compatability +// wxURL Compatibility // // --------------------------------------------------------------------------- diff --git a/src/os2/treectrl.cpp b/src/os2/treectrl.cpp index 489dbac9aa..b043d61c7c 100644 --- a/src/os2/treectrl.cpp +++ b/src/os2/treectrl.cpp @@ -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) -- 2.45.2