X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..8e77fd8bca165aab9709649d79a7cbc6a172d4e1:/include/wx/dnd.h 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; }