Last of the spelling fixed
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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},
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user