spelling: echosrv

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-07-30 01:31:40 -04:00
parent 08bea0e15d
commit 39de82ae13

View File

@ -1,6 +1,6 @@
/* echosrv: a simple line echo server with optional prefix adding. /* echosrv: a simple line echo server with optional prefix adding.
* *
* echsrv --listen localhost6:1234 --prefix "ssl: " * echosrv --listen localhost6:1234 --prefix "ssl: "
* *
* This will bind to 1234, and echo every line pre-pending "ssl: ". This is * This will bind to 1234, and echo every line pre-pending "ssl: ". This is
* used for testing: we create several such servers with different prefixes, * used for testing: we create several such servers with different prefixes,