]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix minor typo in <server> docs
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 18 Jan 2010 05:13:20 +0000 (23:13 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 18 Jan 2010 05:13:20 +0000 (23:13 -0600)
basis/io/sockets/sockets-docs.factor

index fb8332dffb3b41159e39f42e910c8a7ced46f3b2..8cc6ef731dfbc6da8eb17d5dd8ef25b493108dd2 100644 (file)
@@ -155,7 +155,7 @@ HELP: with-client
 HELP: <server>
 { $values  { "addrspec" "an address specifier" } { "encoding" "an encoding descriptor" } { "server" "a handle" } }
 { $description
-    "Begins listening for network connections to a local address. Server objects responds to two words:"
+    "Begins listening for network connections to a local address. Server objects respond to two words:"
     { $list
         { { $link dispose } " - stops listening on the port and frees all associated resources" }
         { { $link accept } " - blocks until there is a connection, and returns a stream of the encoding passed to the constructor" }