]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/url.tex
fix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION
[wxWidgets.git] / docs / latex / wx / url.tex
index fd2c8546876253a82d6da5bf95e31afbf5cdff55..f88ba4bd809c0d7d47dfb12fb923f02b58a3a359 100644 (file)
@@ -90,7 +90,7 @@ Creates a new input stream on the specified URL. You can use all but seek
 functionality of wxStream. Seek isn't available on all streams. For example,
 HTTP or FTP streams don't deal with it.
 
-Note that this method is somewhat depreciated, all future wxWidgets applications
+Note that this method is somewhat deprecated, all future wxWidgets applications
 should really use \helpref{wxFileSystem}{wxfilesystem} instead.
 
 Example: