Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -763,7 +763,7 @@ ParseCommandLine(
#endif /* _DTEXEC_NLS16 */
/*
* Search from the end for underscore seperators.
* Search from the end for underscore separators.
*/
#ifdef _DTEXEC_NLS16
tick2 = (char *) Dt_strrchr( dtSvcProcIdG, '_' );
@@ -798,7 +798,7 @@ ParseCommandLine(
}
else {
/*
* Unable to find _ (underscore) seperators.
* Unable to find _ (underscore) separators.
*/
free(dtSvcProcIdG);
dtSvcProcIdG = (char *) NULL;