]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dnd.h
No real changes, just spelling fixes to comments. Closes #15030.
[wxWidgets.git] / include / wx / dnd.h
index ac3c9c4f8439188fe668e3ceeea491552e1d1a97..5866744f2e057e81d817a41089d12b054e6f3c97 100644 (file)
@@ -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; }