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

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