X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..dcb139ff26b3fc3b03852c95ae72c3fd7dc5153f:/include/wx/url.h diff --git a/include/wx/url.h b/include/wx/url.h index 90576092b1..25bf2bb5ae 100644 --- a/include/wx/url.h +++ b/include/wx/url.h @@ -6,7 +6,7 @@ // Created: 20/07/1997 // RCS-ID: $Id$ // Copyright: (c) 1997, 1998 Guilhem Lavaux -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_URL_H @@ -87,7 +87,7 @@ protected: friend class wxURLNativeImp; // pointer to a native URL implementation object wxURLNativeImp *m_nativeImp; - // Creates on the heap and returns a native + // Creates on the heap and returns a native // implementation object for the current platform. static wxURLNativeImp *CreateNativeImpObject(); #endif