[enet-cvs] CVS: enet tutorial.txt,1.1,1.2

Lee Salzman enet-discuss@lists.puremagic.com
Fri, 7 Mar 2003 17:36:54 -0700


Update of /home/enet/cvsroot/enet
In directory sferik:/tmp/cvs-serv6397/enet

Modified Files:
	tutorial.txt 
Log Message:
Typo fix.


Index: tutorial.txt
===================================================================
RCS file: /home/enet/cvsroot/enet/tutorial.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tutorial.txt	2003/03/07 20:13:57	1.1
+++ tutorial.txt	2003/03/08 00:36:52	1.2
@@ -32,7 +32,7 @@
 bandwidth.
 
     When done with a host, the host may be destroyed with enet_host_destroy().
-All connectected peers to the host will be reset, and the resources used by
+All connected peers to the host will be reset, and the resources used by
 the host will be freed.
 
 i.e.