]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/http.tex
Documentation fixes, patch 1179223 by Andreas Mohr
[wxWidgets.git] / docs / latex / wx / http.tex
index 642d697fcee3ef73b5e47bb4ac9dba574d5f99b1..e9966fe8ad57a69422fe1b528c67dbc0784744f4 100644 (file)
@@ -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.