From f03c9c05494997d4d1d64594fd357170f45d2da2 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 16 Oct 2016 11:11:54 -0700 Subject: 3507 --- 092socket.mu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '092socket.mu') diff --git a/092socket.mu b/092socket.mu index 22d8a342..250afcf6 100644 --- a/092socket.mu +++ b/092socket.mu @@ -13,11 +13,11 @@ container local-network [ # `start-reading-socket` and `start-writing-socket`, add port-connections to # the local-network. # -# For reading, `transmit-from-socket` will check for a +# For reading, `receive-from-socket` will check for a # port-connection on the port parameter that's been passed in. If there's -# no port-connectin for that port, it will return nothing and log. If -# there is a port-connection for that port, it will transmit the contents -# to the passed in sink. +# no port-connection for that port, it will return nothing and log. If there +# is a port-connection for that port, it will transmit the contents to the +# passed in sink. # # For writing, `start-writing-socket` returns a sink connecting the # caller to the socket on the passed-in port. -- cgit 1.4.1-2-gfad0