fix typo in OnClosingDocument() name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-07 10:40:11 +00:00
parent 6c4ebcda60
commit 557844d031

View 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.