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

@@ -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)