Tidy stray s

This commit is contained in:
Bob Mottram
2014-07-26 08:53:53 +01:00
parent 7ba4d5b44a
commit 2e9f3efd7c
111 changed files with 120 additions and 231 deletions
+1 -2
View File
@@ -8,7 +8,7 @@ to a special resource or server for convenience, efficiency, or security
reasons; for this meaning, the usage is usually a shell around whatever.
This sort of program is also called a wrapper. 3. A skeleton program,
created by hand or by another program (like, say, a parser generator), which
provides the necessary incantation s to set up some task and the control
provides the necessary incantations to set up some task and the control
flow to drive it (the term driver is sometimes used synonymously). The user
is meant to fill in whatever code is needed to get real work done. This
usage is common in the AI and Microsoft Windows worlds, and confuses Unix
@@ -18,4 +18,3 @@ starting up separate processes, but by dynamically linking the programs into
its own code, calling them as subroutines, and then dynamically de-linking
them on return. The VMS command interpreter still does something very like
this.