X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa68bafba74e47dd5db8627f1853c274cc36df56..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/uri.h diff --git a/interface/wx/uri.h b/interface/wx/uri.h index 2df4eb6954..a9b8a70214 100644 --- a/interface/wx/uri.h +++ b/interface/wx/uri.h @@ -2,7 +2,6 @@ // Name: uri.h // Purpose: interface of wxURI // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -49,7 +48,7 @@ enum wxURIHostType @endcode @note On URIs with a "file" scheme wxURI does not parse the userinfo, - server, or port portion. This is to keep compatability with + server, or port portion. This is to keep compatibility with wxFileSystem, the old wxURL, and older url specifications. @library{wxbase} @@ -242,7 +241,7 @@ public: /** Returns @true if the User component of the URI exists. */ - bool HasUser() const; + bool HasUserInfo() const; /** Returns @true if a valid [absolute] URI, otherwise this URI is a URI