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

@@ -806,7 +806,7 @@ int post_fork_pty_channel_object(SPC_Channel_Ptr channel,
}
if(IS_SPCIO_STDERR(iomode)) {
/* If we want seperate STDOUT/STDERR, open a new FD */
/* If we want separate STDOUT/STDERR, open a new FD */
if(IS_SPCIO_SEPARATE(iomode)) {
if((stderrfd=open(channel->wires[STDERR]->slave_name, O_RDWR))<0) {
SPC_Error(SPC_Cannot_Open_Slave,

View File

@@ -157,7 +157,7 @@ _DtBasename( const char *s )
/*******************************************************************************
* _DtPathString -- returns the path portion of the "host:/path" string
* passed in as a parameter.
* The incomming string is assumed to be in : "[host:]/path format.
* The incoming string is assumed to be in : "[host:]/path format.
* NOTE: a FULL path name is required.
******************************************************************************/
char *
@@ -192,7 +192,7 @@ _DtPathname( const char *s)
* _DtDirname -- returns the directory portion of the file
* path string passed in as a parameter. The original string
* may be modified to remove trailing slashes.
* The incomming string is assumed to be in : "[host:/]dir/file" format.
* The incoming string is assumed to be in : "[host:/]dir/file" format.
******************************************************************************/
char *
_DtDirname( const char *s)
@@ -1102,7 +1102,7 @@ _DtActInvRecT *_DtActAllocInvRec()
*
* _DtActFreeChildRec()
*
* Completely free the contents of, and free the existance of a childRec.
* Completely free the contents of, and free the existence of a childRec.
*
*****************************************************************************/

View File

@@ -162,7 +162,7 @@ _DtInitializeCommandInvoker(
*
* Notes:
*
* This function must be preceeded by a call to
* This function must be preceded by a call to
* "_DtInitializeCommandInvoker".
*
*****************************************************************************/

View File

@@ -582,7 +582,7 @@ read_line (
* Description:
*
* This function removes the slashes from a string unless the slash
* is preceeded by a slash. It also remove whitespace from the end
* is preceded by a slash. It also remove whitespace from the end
* of the string.
*
* Synopsis:

View File

@@ -252,7 +252,7 @@ void * _DtUtilDelHash(DtHashTbl t, const unsigned char * key)
return(NULL); /* not found */
}
/* tmp now points to entry marked for deletion, prev to
item preceeding in bucket chain or NULL if tmp is first.
item preceding in bucket chain or NULL if tmp is first.
remove from bucket chain first....

View File

@@ -348,7 +348,7 @@ char *_DtEnv_tt_file_netfile(
ttfreeAndNull( fragList[hitIdx].pathFragMapped );
/*
* Since the cache is 100% full, ocassionally reset
* Since the cache is 100% full, occasionally reset
* everyone's cacheHit rate so entries that were only
* popular long ago don't get locked in.
*/
@@ -574,7 +574,7 @@ char *_DtEnv_tt_host_netfile_file(
ttfreeAndNull( fragList[hitIdx].pathFragMapped );
/*
* Since the cache is 100% full, ocassionally reset
* Since the cache is 100% full, occasionally reset
* everyone's cacheHit rate so entries that were only
* popular long ago don't get locked in.
*/
@@ -701,7 +701,7 @@ static char **_DtEnvGetMapList(
mapList = (char **) malloc( sizeof(char *) * (availListSize) );
/*
* Break up the colon seperated string into an indexable array.
* Break up the colon separated string into an indexable array.
*/
tmpPtr = strdup(mapListStr); /* work copy for strtok */

View File

@@ -73,7 +73,7 @@ static void _EnvAdd (char *, char *, unsigned int);
* NOTES on an application's environ(5):
*
* The environment variable is an array of NULL-terminated strings.
* char **environ is defined in crt.o and is publically extern-ed to
* char **environ is defined in crt.o and is publicly extern-ed to
* all applications. There is one such variable per UN*X application.
*
* To deference an environment string, as in the debugger, use:

View File

@@ -45,7 +45,7 @@
#include <langinfo.h>
#include <Dt/Collate.h>
#ifdef sco /* XPG4isms comming soon */
#ifdef sco /* XPG4isms coming soon */
#ifndef _NL_DIRECT
#define _NL_DIRECT
typedef int nl_direct;