From 82008c260118ac5ece617571603e0806de88a594 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 27 Aug 2001 15:29:02 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index f940c470ec..a341f54d0d 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -179,7 +179,7 @@ See \helpref{wxFindFirstFile}{wxfindfirstfile} for an example. \membersection{::wxGetDiskSpace}\label{wxgetdiskspace} -\func{bool}{wxGetDiskSpace}{\param{const wxString\& }{path}, \path{wxLongLong }{*total = NULL}, \path{wxLongLong }{*free = NULL}} +\func{bool}{wxGetDiskSpace}{\param{const wxString\& }{path}, \param{wxLongLong }{*total = NULL}, \param{wxLongLong }{*free = NULL}} This function returns the total number of bytes and number of free bytes on the disk containing the directory {\it path} (it should exist). Both -- 2.45.2