X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e79fa7534162386335ee0d3994afe64c7fa2ca1..7325e21c4fda06b0f4a2ea5fd72169bae06a0d19:/docs/latex/wx/protocol.tex diff --git a/docs/latex/wx/protocol.tex b/docs/latex/wx/protocol.tex index 905ca5c410..c1073dd4d6 100644 --- a/docs/latex/wx/protocol.tex +++ b/docs/latex/wx/protocol.tex @@ -33,7 +33,7 @@ true, if the connection is established, else false. \func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}} -Creates a new input stream on the the specified path. You can use all but seek +Creates a new input stream on the specified path. You can use all but seek functionality of wxStream. Seek isn't available on all stream. For example, http or ftp streams doesn't deal with it. Other functions like StreamSize and Tell aren't available for the moment for this sort of stream.