]> git.saurik.com Git - wxWidgets.git/commitdiff
fix typo in OnClosingDocument() name
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Apr 2007 10:40:11 +0000 (10:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Apr 2007 10:40:11 +0000 (10:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/view.tex

index f364dc13222d3e5a54276a175ba2c8d5af7e4b01..993aa9f9ca9365158d553b0cdcef88bd83a3a7b9 100644 (file)
@@ -141,7 +141,7 @@ frame associated with the view.
 
 \membersection{wxView::OnClosingDocument}\label{wxviewonclosingdocument}
 
-\func{virtual void}{OnClosingDoocument}{\void}
+\func{virtual void}{OnClosingDocument}{\void}
 
 Override this to clean up the view when the document is being
 closed.