]> git.sur5r.net Git - cc65/blobdiff - doc/c16.sgml
Moved additional zeropage variables into an extra module.
[cc65] / doc / c16.sgml
index 95998e5c0841de9c37d72bddc15cbfe48aba872d..cd3cee9b5f72a28bc1b3682a0f688fb7b4d18bfb 100644 (file)
@@ -201,7 +201,7 @@ library, because the latter does not support interrupts needed by the driver.
 <sect1>Passing arguments to the program<p>
 
 Command line arguments can be passed to <tt/main()/. Since this is not
-supported by BASIC, the following syntax was choosen:
+supported by BASIC, the following syntax was chosen:
 
 <tscreen><verb>
     RUN:REM ARG1 " ARG2 IS QUOTED" ARG3 "" ARG5