]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socket.cpp
Improved size handling.
[wxWidgets.git] / src / common / socket.cpp
index 247be68f8ea28480f73f7cfafeba25bcc97ef2d2..ec78106dc57db3553da41f5f3e4870e62e3625f4 100644 (file)
@@ -762,7 +762,7 @@ bool wxSocketBase::WaitForRead(long seconds, long milliseconds)
     return true;
 
   // Note that GSOCK_INPUT_LOST has to be explicitly passed to
     return true;
 
   // Note that GSOCK_INPUT_LOST has to be explicitly passed to
-  // _Wait becuase of the semantics of WaitForRead: a return
+  // _Wait because of the semantics of WaitForRead: a return
   // value of true means that a GSocket_Read call will return
   // immediately, not that there is actually data to read.
 
   // value of true means that a GSocket_Read call will return
   // immediately, not that there is actually data to read.