Tidy stray s
This commit is contained in:
+1
-2
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user