Renamed UnRead to Unread in the doc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux 1999-08-24 17:38:55 +00:00
parent 2e76d51926
commit 09eea162f7

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