[enet-cvs] CVS: web index.html,1.7,1.8

Lee Salzman enet-discuss@lists.puremagic.com
Tue, 15 Oct 2002 12:11:53 -0600


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

Modified Files:
	index.html 
Log Message:
Fixed a minor typo.



Index: index.html
===================================================================
RCS file: /home/enet/cvsroot/web/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- index.html	2002/10/15 15:02:31	1.7
+++ index.html	2002/10/15 18:11:51	1.8
@@ -7,7 +7,7 @@
 <ul>
 <li>connection management</li>
 <li>reliable (sequential and guarenteed delivery) and semi-reliable (sequential but not guarenteed delivery) packet transmission</li>
-<li>packet fragmentation and reassembly (unstricted packet sizes)</li>
+<li>packet fragmentation and reassembly (unrestricted packet sizes)</li>
 <li>multiple channels per connection for independently sequenced packet streams</li>
 <li>bandwidth allocation and throttling</li>
 <li>portability between Windows and Unix variants</li>