]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Dec 2002 20:00:38 +0000 (20:00 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Dec 2002 20:00:38 +0000 (20:00 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1704 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65.sgml

index ebba5bccf367caaa4dbaf6aa40553cf31a5cfce3..cc77dd005f69b71a5640c669cea3b26f2a82e280 100644 (file)
@@ -1928,7 +1928,7 @@ Here's a list of all control commands and a description, what they do:
   Push the currently active segment onto a stack. The entries on the stack
   include the name of the segment and the segment type. The stack has a size
   of 16 entries.
-                 
+
   <tt/.PUSHSEG/ allows together with <tt><ref id=".POPSEG" name=".POPSEG"></tt>
   to switch to another segment and to restore the old segment later, without
   even knowing the name and type of the current segment.
@@ -2760,7 +2760,7 @@ be requested separately.
 <item>
 Constructors and destructors may have priorities. These priorities determine
 the order of the functions in the table. If your intialization or cleanup code
-does depend on other intiialization or cleanup code, you have to choose the
+does depend on other initialization or cleanup code, you have to choose the
 priority for the functions accordingly.
 
 <item>