Fix many spelling errors

This commit is contained in:
Landon Curt Noll
2021-02-12 22:09:47 -08:00
parent 486f4c5626
commit 507fe026e5
154 changed files with 482 additions and 476 deletions

View File

@@ -18,7 +18,7 @@ DESCRIPTION
3 if x is a string-pointer
4 if x is a number-pointer
Pointers are initially defined by using the addreess (&) operator
Pointers are initially defined by using the address (&) operator
with an "addressable" value; currently, these are octets, lvalues,
strings and real numbers.