File bwbasic-3.20-docu.patch of Package bwbasic
Index: bwbasic-3.20/bwbasic.doc
===================================================================
--- bwbasic-3.20.orig/bwbasic.doc
+++ bwbasic-3.20/bwbasic.doc
@@ -98,7 +98,7 @@ CONTENTS:
added to the program in memory.
Line numbers are not strictly required, but are useful if the
- interactive enviroment is used for programming. For longer
+ interactive environment is used for programming. For longer
program entry one might prefer to use an ASCII text editor, and
in this case lines can be entered without numbers. See also the
documentation below for the pseudo-command EDIT, in section 5.
@@ -1022,7 +1022,7 @@ CONTENTS:
XMEM PC-type computers usually are able to use extended
memory. If we could use extended memory for program
- lines, variables, and function defitions, we could
+ lines, variables, and function definitions, we could
write much longer programs. This would entail,
however, a fairly serious rewriting of the program
to utilize memory handles for these storage features