From 05e66a7002abbc726d3aa53fc5cb42ebaf8748e8 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Wed, 27 Feb 2013 12:05:17 +0000 Subject: [PATCH] No real changes, just spelling fixes to comments. Closes #15030. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/arrstr.h | 2 +- include/wx/dnd.h | 2 +- include/wx/fswatcher.h | 2 +- include/wx/mediactrl.h | 4 ++-- include/wx/msw/wrapwin.h | 2 +- include/wx/stockitem.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/wx/arrstr.h b/include/wx/arrstr.h index 49f5f21d92..e093c29731 100644 --- a/include/wx/arrstr.h +++ b/include/wx/arrstr.h @@ -425,7 +425,7 @@ private: // ---------------------------------------------------------------------------- // by default, these functions use the escape character to escape the -// separators occuring inside the string to be joined, this can be disabled by +// separators occurring inside the string to be joined, this can be disabled by // passing '\0' as escape WXDLLIMPEXP_BASE wxString wxJoin(const wxArrayString& arr, diff --git a/include/wx/dnd.h b/include/wx/dnd.h index ac3c9c4f84..5866744f2e 100644 --- a/include/wx/dnd.h +++ b/include/wx/dnd.h @@ -66,7 +66,7 @@ public: { m_data = NULL; } virtual ~wxDropSourceBase() { } - // set the data which is transfered by drag and drop + // set the data which is transferred by drag and drop void SetData(wxDataObject& data) { m_data = &data; } diff --git a/include/wx/fswatcher.h b/include/wx/fswatcher.h index 263e3cd7af..964b37bd2a 100644 --- a/include/wx/fswatcher.h +++ b/include/wx/fswatcher.h @@ -152,7 +152,7 @@ public: virtual wxEventCategory GetEventCategory() const { - // TODO this has to be merged with "similiar" categories and changed + // TODO this has to be merged with "similar" categories and changed return wxEVT_CATEGORY_UNKNOWN; } diff --git a/include/wx/mediactrl.h b/include/wx/mediactrl.h index 3af2526e16..280b66c1d2 100644 --- a/include/wx/mediactrl.h +++ b/include/wx/mediactrl.h @@ -242,7 +242,7 @@ protected: // for wxMediaCtrl. Backends are searched alphabetically - // the one with the earliest letter is tried first. // -// Note that this is currently not API or ABI compatable - +// Note that this is currently not API or ABI compatible - // so statically link or make the client compile on-site. // // ---------------------------------------------------------------------------- @@ -392,7 +392,7 @@ protected: }; // ---------------------------------------------------------------------------- -// End compilation gaurd +// End compilation guard // ---------------------------------------------------------------------------- #endif // wxUSE_MEDIACTRL diff --git a/include/wx/msw/wrapwin.h b/include/wx/msw/wrapwin.h index 103fb8774c..afaaf084a7 100644 --- a/include/wx/msw/wrapwin.h +++ b/include/wx/msw/wrapwin.h @@ -72,7 +72,7 @@ // #undef the macros defined in winsows.h which conflict with code elsewhere #include "wx/msw/winundef.h" -// Types DWORD_PTR, ULONG_PTR and so on are used for 64-bit compatability +// Types DWORD_PTR, ULONG_PTR and so on are used for 64-bit compatibility // in the WINAPI SDK (they are an integral type that is the size of a // pointer) on MSVC 7 and later. However, they are not available in older // Platform SDKs, and since they are typedefs and not #defines we simply diff --git a/include/wx/stockitem.h b/include/wx/stockitem.h index b13f84dc12..eff9eb2dc7 100644 --- a/include/wx/stockitem.h +++ b/include/wx/stockitem.h @@ -73,7 +73,7 @@ WXDLLIMPEXP_CORE wxString wxGetStockHelpString(wxWindowID id, #ifdef __WXGTK20__ -// Translates stock ID to GTK+'s stock item string indentifier: +// Translates stock ID to GTK+'s stock item string identifier: WXDLLIMPEXP_CORE const char *wxGetStockGtkID(wxWindowID id); #endif -- 2.45.2