Last of the spelling fixed

This commit is contained in:
chase
2018-04-18 04:43:05 -07:00
committed by Jon Trulson
parent 6d3a19d8f9
commit 33d2749ea3
185 changed files with 279 additions and 279 deletions

View File

@@ -113,7 +113,7 @@ files have changed are as follows:
====================
You're not done yet, however. We have found it necessary to modify
several of the stock ksh sources, Makefiles and Mamfiles, to accomodate
several of the stock ksh sources, Makefiles and Mamfiles, to accommodate
problems we have encountered, or to enable options not turned on by
default, such as multibyte support. You will need to make sure that
these changes get rolled back in, before checking in the new source.
@@ -366,5 +366,5 @@ added is if you make a clone from one of the source trees, do a 'make clean',
start a 'make', and somewhere during the building of the ksh93 sources,
you see an error message telling you that you did not have permission to
overwrite something within your clone tree. The ksh93 build process builds
alot of files on the fly, and moves things around to other directories, so
a lot of files on the fly, and moves things around to other directories, so
these file typically need to be cleared out before doing a complete make.

View File

@@ -487,7 +487,7 @@ $set 25
181 is a shell builtin version of
182 is a tracked alias for
183 kill
184 line %d: $ not preceeded by \\
184 line %d: $ not preceded by \\
185 line %d: %c within ${} should be quoted
186 line %d: %s unknown label
187 line %d: %s within [[...]] obsolete, use ((...))

View File

@@ -454,7 +454,7 @@ const char *sh_lexrstates[ST_NONE] =
const char e_lexversion[] = "%d: invalid binary script version";
const char e_lexspace[] = "line %d: use space or tab to separate operators %c and %c";
const char e_lexslash[] = "line %d: $ not preceeded by \\";
const char e_lexslash[] = "line %d: $ not preceded by \\";
const char e_lexsyntax1[] = "syntax error at line %d: `%s' %s";
const char e_lexsyntax2[] = "syntax error: `%s' %s";
const char e_lexsyntax3[] = "syntax error at line %d: duplicate label %s";

View File

@@ -167,7 +167,7 @@ struct Ufunction
#define NV_NOEXPAND NV_RJUST /* do not expand alias */
#define NV_BLTIN (NV_NOPRINT|NV_EXPORT)
#define BLT_ENV (NV_RDONLY) /* non-stoppable,
* can modify enviornment */
* can modify environment */
#define BLT_SPC (NV_LJUST) /* special built-ins */
#define BLT_EXIT (NV_RJUST) /* exit value can be > 255 */
#define BLT_DCL (NV_TAGGED) /* declaration command */

View File

@@ -450,7 +450,7 @@ static MsgStr allmsgs[] = {
{"is a shell builtin version of", 25, 181},
{"is a tracked alias for", 25, 182},
{"kill", 25, 183},
{"line %d: $ not preceeded by \\", 25, 184},
{"line %d: $ not preceded by \\", 25, 184},
{"line %d: %c within ${} should be quoted", 25, 185},
{"line %d: %s unknown label", 25, 186},
{"line %d: %s within [[...]] obsolete, use ((...))", 25, 187},

View File

@@ -1317,7 +1317,7 @@ char *ksh_getenv __PARAM__((const char *name), (name)) __OTORP__(const char *nam
*
* The original ksh93 code had this routine called "putenv". This hid
* the libc version of putenv, which caused problems for dtksh on systems
* with shared libraries, as it caused the existance of two separate and
* with shared libraries, as it caused the existence of two separate and
* non-overlapping environments. To the best of my knowledge there are
* no calls to this routine. - harry phinney 8/15/1994.
*/

View File

@@ -47,7 +47,7 @@ All pathnames rooted at
.L /
are first searched for in the process preroot directory
and then in the system root directory.
Setting the process preroot is a priveleged operation controlled by the
Setting the process preroot is a privileged operation controlled by the
.IR /etc/preroot (1)
command.
.PP

View File

@@ -82,7 +82,7 @@ points to the option name value pair from
.I n
is 0 if
.B no
preceeded the option
preceded the option
.I name
and
.I v

View File

@@ -124,7 +124,7 @@ int lock; /* 1 to lock stream and not advance pointer */
break;
}
/* try to accomodate request size */
/* try to accommodate request size */
if(n > 0 && n < size && (f->mode&mode) != 0 )
{
if(f->flags&SF_STRING)

View File

@@ -206,7 +206,7 @@ resfixup_t fileselbox_fixups[] = {
/*
* The following shell resources are 'fixed' to allow them to be refered
* The following shell resources are 'fixed' to allow them to be referred
* to in a shell script by their symbolic names, as opposed to their
* integer values. These also need to be force onto any subclasses.
*/