Fixed a few typos (Stefan Haubenthal)

git-svn-id: svn://svn.cc65.org/cc65/trunk@3184 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-09-17 17:29:20 +00:00
parent 1b3e3633b9
commit b301b38551
4 changed files with 9 additions and 9 deletions

View File

@@ -202,7 +202,7 @@ does not exist).
<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