X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/130f49d78c50284f859f7a64bd824403de6c3f4f..12ac619f42b81420980aec14afc9433af6f911dc:/docs/latex/wx/prvtdrpt.tex

diff --git a/docs/latex/wx/prvtdrpt.tex b/docs/latex/wx/prvtdrpt.tex
index 21e6dddce4..0e72af0c55 100644
--- a/docs/latex/wx/prvtdrpt.tex
+++ b/docs/latex/wx/prvtdrpt.tex
@@ -6,6 +6,10 @@ wxPrivateDropTarget is for...
 
 \helpref{wxDropTarget}{wxdroptarget}
 
+\wxheading{Include files}
+
+<wx/dnd.h>
+
 \wxheading{See also}
 
 \helpref{wxDropTarget}{wxdroptarget}
@@ -20,9 +24,9 @@ wxPrivateDropTarget is for...
 
 \func{void}{SetId}{\param{const wxString\& }{id}}
 
-Yu have to override OnDrop to get at the data.
+You have to override OnDrop to get at the data.
 The string ID identifies the format of clipboard or DnD data. A word
-rocessor would e.g. add a wxTextDataObject and a wxPrivateDataObject
+processor would e.g. add a wxTextDataObject and a wxPrivateDataObject
 to the clipboard - the latter with the Id "WXWORD\_FORMAT".
 
 \membersection{wxPrivateDropTarget::GetId}\label{wxprivatedroptargetgetid}