sample/hello-world: exAmple, not eXMple

Fixes: #334
This commit is contained in:
kirillDanshin 2016-03-04 19:18:18 +03:00 committed by Azat Khuzhin
parent 4dc09795c0
commit 2d3cd35362

View File

@ -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.