]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/socket.tex
patch 1306473
[wxWidgets.git] / docs / latex / wx / socket.tex
index 364c7a2a2d76987b9b0196cd24486887cdeff3b3..6d91017973cadc28769552874eeedf8021215b92 100644 (file)
@@ -560,8 +560,8 @@ The {\bf wxSOCKET\_REUSEADDR} flag controls the use of the SO\_REUSEADDR standar
 setsockopt() flag. This flag allows the socket to bind to a port that is already in use.
 This is mostly used on UNIX-based systems to allow rapid starting and stopping of a server - 
 otherwise you may have to wait several minutes for the port to become available.
-This option can have suprising platform dependent behavior, check the documentation for
-your platforms implementation of setsockopt().
+This option can have surprising platform dependent behavior, check the documentation for
+your platform's implementation of setsockopt().
 
 So: