book: begin fixing spelling errors (#40)

FossilOrigin-Name: e25843e07e7988d86365f24681b50243421bbc43e6807b1173d4f3beb702acbf
This commit is contained in:
crc 2021-01-06 13:57:16 +00:00
parent 008dad4d31
commit 607de0266e
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# Building on BSD, Linux, macOS, and outher Inix Targets
# Building on BSD, Linux, macOS, and outher Unix Targets
RETRO is well supported on BSD (tested on FreeBSD, NetBSD,
OpenBSD), Linux, and macOS systems. It should build on any

View file

@ -21,7 +21,7 @@ to guide the compiler. The use of these is a major way in
which RETRO differs from traditional Forth.
When a token is passed to `interpret`, RETRO first takes the
intitial character and looks to see if there is a word that
initial character and looks to see if there is a word that
matches this. If so, it will pass the rest of the token to
that word to handle.

View file

@ -1,7 +1,7 @@
# The Return Stack
RETRO has two stacks. The primary one is used to pass data
beween words. The second one primarily holds return addresses.
between words. The second one primarily holds return addresses.
Each time a word is called, the next address is pushed to
the return stack.

View file

@ -8,7 +8,7 @@ to generate turnkey executables.
- Unix host
- ELF executable support
- `objcpy` in the $PATH
- `objcopy` in the $PATH
## Building