X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ec0e7da983d3c4de9c7007142a72864214514ac..8b6cf9bf10a43343734d1bb22f2fae3ade2f4a67:/docs/latex/wx/splitevt.tex

diff --git a/docs/latex/wx/splitevt.tex b/docs/latex/wx/splitevt.tex
index 9f430e802d..368c2df85f 100644
--- a/docs/latex/wx/splitevt.tex
+++ b/docs/latex/wx/splitevt.tex
@@ -18,6 +18,10 @@ in assert failure (in debug mode) and will return meaningless results.
 
 <wx/splitter.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Event table macros}
 
 To process a splitter event, use these event handler macros to direct input to member
@@ -108,7 +112,7 @@ wxEVT\_COMMAND\_SPLITTER\_UNSPLIT events.
 \func{void}{SetSashPosition}{\param{int}{ pos}}
 
 In the case of wxEVT\_COMMAND\_SPLITTER\_SASH\_POS\_CHANGED events,
-sets the the new sash position. In the case of
+sets the new sash position. In the case of
 wxEVT\_COMMAND\_SPLITTER\_SASH\_POS\_CHANGING events, sets the new
 tracking bar position so visual feedback during dragging will
 represent that change that will actually take place. Set to -1 from