]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/protocol/http.h
Replaced @returns with @return for more standard command use and compatibility.
[wxWidgets.git] / interface / protocol / http.h
index 30e5c1e43501d9ce93bd4229eadced8ba82632f9..6cd1332ae82e5308cc9cbb05b26fbf99a366f25e 100644 (file)
@@ -43,7 +43,7 @@ public:
         In such case, you may want to use wxInputStream::LastRead() method in a loop
         to get the total size.
 
-        @returns Returns the initialized stream. You must delete it yourself
+        @return Returns the initialized stream. You must delete it yourself
                  once you don't use it anymore and this must be done before
                  the wxHTTP object itself is destroyed. The destructor
                  closes the network connection. The next time you will