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.
*
*****************************************************************************/