rev 574 - trunk/docs/tutorial

SVN User <[email protected]> Fri, 04 Jun 2004 16:08:27 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-06-04 16:08:23 -0400 (Fri, 04 Jun 2004)
New Revision: 574

Modified:
   trunk/docs/tutorial/tutorial7.htm
Log:
fixed typo in tutorial

Modified: trunk/docs/tutorial/tutorial7.htm
===================================================================
--- trunk/docs/tutorial/tutorial7.htm	2004-06-04 20:06:10 UTC (rev 573)
+++ trunk/docs/tutorial/tutorial7.htm	2004-06-04 20:08:23 UTC (rev 574)
@@ -163,7 +163,7 @@
           now know why floating point numbers cannot end with a decimal point 
           like &quot;1.&quot; and that you must add a zero so that it becomes 
           &quot;1.0&quot;. If you ended it with the period it would get confused 
-          with the period that sperates numbers from function names.</p>
+          with the period that seperates numbers from function names.</p>
         <p><font face="Verdana, Arial, Helvetica, sans-serif" size="+2"><a name="underbar"></a></font>You 
           might wonder why the add_ function has the underbar symbol ( _ ) hanging 
           precariously off the end of the name. This is a special convention in