summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-03 13:57:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-03 13:57:45 (GMT)
commitdc84ff9d0cfccec952277549d3b5031bd84c8860 (patch)
treeba269aa4236d70a95c3d43bba8dbe66eb16c038a /win
parentf22c567b842667d01d4734847495c6b477244d97 (diff)
downloadtcl-dc84ff9d0cfccec952277549d3b5031bd84c8860.zip
tcl-dc84ff9d0cfccec952277549d3b5031bd84c8860.tar.gz
tcl-dc84ff9d0cfccec952277549d3b5031bd84c8860.tar.bz2
typo's
Diffstat (limited to 'win')
-rw-r--r--win/tclWinSock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tclWinSock.c b/win/tclWinSock.c
index a05b8f6..a4547a8 100644
--- a/win/tclWinSock.c
+++ b/win/tclWinSock.c
@@ -566,7 +566,7 @@ TcpBlockModeProc(
*
* Side effects:
* Processes socket events off the system queue.
- * May process asynchroneous connect.
+ * May process asynchronous connect.
*
*----------------------------------------------------------------------
*/
@@ -1706,7 +1706,7 @@ TcpConnect(
continue;
}
/*
- * For asynchroneous connect set the socket in nonblocking mode
+ * For asynchronous connect set the socket in nonblocking mode
* and activate connect notification
*/
if (async_connect) {
@@ -1794,7 +1794,7 @@ TcpConnect(
/*
* Clear the tsd socket list pointer if we did not wait for
- * the FD_CONNECT asynchroneously
+ * the FD_CONNECT asynchronously
*/
tsdPtr->pendingTcpState = NULL;