]> granicus.if.org Git - libevent/commitdiff
sample/hello-world: exAmple, not eXMple
authorkirillDanshin <kirilldanshin@guava.by>
Fri, 4 Mar 2016 16:18:18 +0000 (19:18 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 8 Mar 2016 22:10:51 +0000 (01:10 +0300)
Fixes: #334
sample/hello-world.c

index d3cf058a8b5550695b398a60988ed98e792d311f..2023cd6c6aa64031935de2d913251a2f564c8792 100644 (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.