More spelling fixes

This commit is contained in:
chase
2018-04-17 18:10:17 -07:00
committed by Jon Trulson
parent 1817f335c6
commit 07722f5c13
6 changed files with 6 additions and 6 deletions

View File

@@ -231,7 +231,7 @@ _DtHelpFileTraceLinks (
/* get last slash in the current file path */
if(_DtHelpCeStrrchr(filePath,DirSlashStr,MB_CUR_MAX,&slash) == 0)
{ /* there is a path comonent in filePath; use it with linkPath */
{ /* there is a path component in filePath; use it with linkPath */
strcpy(++slash,linkPath);
strcpy(linkPath,filePath); /* leave result in linkPath */
}