]> git.saurik.com Git - wxWidgets.git/commitdiff
Renamed UnRead to Unread in the doc
authorGuilhem Lavaux <lavaux@easynet.fr>
Tue, 24 Aug 1999 17:38:55 +0000 (17:38 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Tue, 24 Aug 1999 17:38:55 +0000 (17:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/socket.tex

index 95e44e5587c6d9ef55e6adb3ab7159ba9214f561..d224507f8563a11af327be2c6f0b1a3cabbd4d7d 100644 (file)
@@ -310,9 +310,9 @@ Returns a reference to the current object.
 %
 % Unread
 %
-\membersection{wxSocketBase::UnRead}\label{wxsocketbaseunread}
+\membersection{wxSocketBase::Unread}\label{wxsocketbaseunread}
 
-\func{wxSocketBase\&}{UnRead}{\param{const char *}{ buffer}, \param{size\_t}{ nbytes}}
+\func{wxSocketBase\&}{Unread}{\param{const char *}{ buffer}, \param{size\_t}{ nbytes}}
 
 This function unreads a buffer. It means that the buffer is put in the top
 of the incoming queue. But, it is put also at the end of all unread buffers.