diff --git a/doc/sym1.sgml b/doc/sym1.sgml index 75c44b422..60eb1c020 100644 --- a/doc/sym1.sgml +++ b/doc/sym1.sgml @@ -106,7 +106,7 @@ All the samples will run on the "stock" 4KB Sym-1, except for symIO an symHello prints "Hello World!" and then inputs characters, which are echoed on the screen. It also makes a "beep" sound. -symTiny does the same as symhello, but does it with puts() rather than printf() to show the difference in compiled binary size. +symTiny does the same as symHello, but does it with puts() rather than printf() to show the difference in compiled binary size. symDisplay allows entry of a message, which is then displayed by scrolling it across the front panel display. symIO allows access to the Sym-1 digital I/O ports. symNotepad is a simple text entry/retrieval program that uses tape storage.