[enet-cvs]CVS: enet/docs tutorial.dox,1.2,1.3
Bruce
bruce at sferik.cubik.org
Mon Jun 23 09:36:37 PDT 2003
Update of /home/enet/cvsroot/enet/docs
In directory sferik:/tmp/cvs-serv5546
Modified Files:
tutorial.dox
Log Message:
Typo fix.
Index: tutorial.dox
===================================================================
RCS file: /home/enet/cvsroot/enet/docs/tutorial.dox,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tutorial.dox 2003/06/23 03:15:04 1.2
+++ tutorial.dox 2003/06/23 14:36:34 1.3
@@ -92,7 +92,7 @@
@code
ENetHost * client;
- clienet = enet_host_create (NULL /* create a client host */,
+ client = enet_host_create (NULL /* create a client host */,
1 /* only allow 1 outgoing connection */,
57600 / 8 /* 56K modem with 56 Kbps downstream bandwidth */,
14400 / 8 /* 56K modem with 14 Kbps upstream bandwidth */);
More information about the enet-cvs
mailing list