]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo in the docs.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 8 Sep 2009 16:23:59 +0000 (16:23 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 8 Sep 2009 16:23:59 +0000 (16:23 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4132 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65.sgml

index 68fec3f06e9912e35ca7296c97f2b7498c1c1dea..f3715d247aec85c4458ab533fc9495169552db85 100644 (file)
@@ -1739,7 +1739,7 @@ Here's a list of all control commands and a description, what they do:
   when the output file is written, and abort with an error if this is not
   the case. More complex expressions are possible. The action specifier
   <tt/warning/ outputs a warning, while the <tt/error/ specifier outputs
-  an error message. In the latter case, generation if the output file is
+  an error message. In the latter case, generation of the output file is
   suppressed in both the assembler and linker.
 
 
@@ -1791,7 +1791,7 @@ Here's a list of all control commands and a description, what they do:
        TableLookupBank: .byte ^TableItem0, ^TableItem1, ^TableItem2, ^TableItem3
   </verb></tscreen>
 
-  See also: <tt><ref id=".BYTE" name=".BYTE"></tt>, 
+  See also: <tt><ref id=".BYTE" name=".BYTE"></tt>,
             <tt><ref id=".HIBYTES" name=".HIBYTES"></tt>,
             <tt><ref id=".LOBYTES" name=".LOBYTES"></tt>
 
@@ -2488,8 +2488,8 @@ Here's a list of all control commands and a description, what they do:
        TableLookupHi:   .byte &gt;TableItem0, &gt;TableItem1, &gt;TableItem2, &gt;TableItem3
   </verb></tscreen>
 
-  See also: <tt><ref id=".BYTE" name=".BYTE"></tt>, 
-            <tt><ref id=".LOBYTES" name=".LOBYTES"></tt>, 
+  See also: <tt><ref id=".BYTE" name=".BYTE"></tt>,
+            <tt><ref id=".LOBYTES" name=".LOBYTES"></tt>,
             <tt><ref id=".BANKBYTES" name=".BANKBYTES"></tt>
 
 
@@ -2849,8 +2849,8 @@ Here's a list of all control commands and a description, what they do:
        TableLookupHi:   .byte &gt;TableItem0, &gt;TableItem1, &gt;TableItem2, &gt;TableItem3
   </verb></tscreen>
 
-  See also: <tt><ref id=".BYTE" name=".BYTE"></tt>, 
-            <tt><ref id=".HIBYTES" name=".HIBYTES"></tt>, 
+  See also: <tt><ref id=".BYTE" name=".BYTE"></tt>,
+            <tt><ref id=".HIBYTES" name=".HIBYTES"></tt>,
             <tt><ref id=".BANKBYTES" name=".BANKBYTES"></tt>