]> git.sur5r.net Git - cc65/commitdiff
doc/ca65: fix typo 363/head
authorKyle Swanson <k@ylo.ph>
Tue, 27 Dec 2016 17:45:40 +0000 (11:45 -0600)
committerKyle Swanson <k@ylo.ph>
Tue, 27 Dec 2016 17:46:12 +0000 (11:46 -0600)
doc/ca65.sgml

index 78be90d1555f030230aba00c871fbc9d4d54243b..2c43a9b50534cffac49f777244e182b3f2f60573 100644 (file)
@@ -3012,7 +3012,7 @@ Here's a list of all control commands and a description, what they do:
   Conditional assembly: Check if there are any remaining tokens in this line,
   and evaluate to FALSE if this is the case, and to TRUE otherwise. If the
   condition is not true, further lines are not assembled until an <tt><ref
-  id=".ELSE" name=".ESLE"></tt>, <tt><ref id=".ELSEIF" name=".ELSEIF"></tt> or
+  id=".ELSE" name=".ELSE"></tt>, <tt><ref id=".ELSEIF" name=".ELSEIF"></tt> or
   <tt><ref id=".ENDIF" name=".ENDIF"></tt> directive.
 
   This command is often used to check if a macro parameter was given. Since an