minor typo fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2005-02-16 19:25:35 +00:00
parent 432968bf3d
commit 00a1d2e004
4 changed files with 4 additions and 4 deletions

View 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}

View 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)

View File

@@ -1227,7 +1227,7 @@ bool wxURI::IsDigit(const wxChar& c)
// ---------------------------------------------------------------------------
//
// wxURL Compatability
// wxURL Compatibility
//
// ---------------------------------------------------------------------------

View 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)