From 2d3cd35362f76bb5a5a462db585b318d26a447fa Mon Sep 17 00:00:00 2001 From: kirillDanshin Date: Fri, 4 Mar 2016 19:18:18 +0300 Subject: [PATCH] sample/hello-world: exAmple, not eXMple Fixes: #334 --- sample/hello-world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/hello-world.c b/sample/hello-world.c index d3cf058a..2023cd6c 100644 --- a/sample/hello-world.c +++ b/sample/hello-world.c @@ -1,5 +1,5 @@ /* - This exmple program provides a trivial server program that listens for TCP + This example program provides a trivial server program that listens for TCP connections on port 9995. When they arrive, it writes a short message to each client connection, and closes each connection once it is flushed. -- 2.50.1