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

@@ -408,7 +408,7 @@ GetResourceStringArray (
valArray = (char **) _DtHelpCeAddPtrToArray (
(void **) valArray, (void *) token);
/*
* If we malloc'ed ourselves out of existance...stop processing.
* If we malloc'ed ourselves out of existence...stop processing.
*/
if (!valArray)
break;
@@ -1146,7 +1146,7 @@ _DtHelpCeGetCcdfKeywordList (
(void **) vol->keywordTopics,
(void *) topics);
/*
* If we just malloc'ed ourselves out of existance...
* If we just malloc'ed ourselves out of existence...
* stop here.
*/
if (vol->keywords == 0 || vol->keywordTopics == 0)
@@ -1177,7 +1177,7 @@ _DtHelpCeGetCcdfKeywordList (
topics = (char **) _DtHelpCeAddPtrToArray ((void **) topics,
(void *) token);
/*
* If we just malloc'ed ourselves out of existance
* If we just malloc'ed ourselves out of existence
* stop here.
*/
if (topics == NULL)