X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0e8a2d07799ba3a8d03487dfc181d7f5a38a2ad..c07103f267adc57a49d2fffa12acdd06b3ff7a57:/docs/latex/wx/http.tex diff --git a/docs/latex/wx/http.tex b/docs/latex/wx/http.tex index 642d697fce..e9966fe8ad 100644 --- a/docs/latex/wx/http.tex +++ b/docs/latex/wx/http.tex @@ -29,7 +29,7 @@ Returns the HTTP response code returned by the server. Please refer to the RFC \func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}} -Creates a new input stream on the the specified path. You can use all except the seek +Creates a new input stream on the specified path. You can use all except the seek functionality of wxStream. Seek isn't available on all streams. For example, http or ftp streams doesn't deal with it. Other functions like Tell and SeekI for this sort of stream.