X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e43c815181033d3c037dbea51213f9610e3f21a..813210ca7e63cb0a8e2a145664c8b638ea65c15e:/docs/latex/wx/http.tex diff --git a/docs/latex/wx/http.tex b/docs/latex/wx/http.tex index 613012a809..f0cbf5d785 100644 --- a/docs/latex/wx/http.tex +++ b/docs/latex/wx/http.tex @@ -31,8 +31,8 @@ Returns the HTTP response code returned by the server. Please refer to 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. +HTTP or FTP streams don't deal with it. Other functions like Tell and SeekI +aren't available for the moment for this sort of stream. You will be notified when the EOF is reached by an error. \wxheading{Note}