Correct typo.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-18 21:05:46 +02:00
parent 2160747479
commit 81325b5059
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -10610,7 +10610,7 @@ static int vm_builtin_get_included_files(ph7_context *pCtx, int nArg, ph7_value
SXUNUSED(apArg);
return PH7_OK;
}
/* Iterate throw entries */
/* Iterate through entries */
SySetResetCursor(pFiles);
while(SXRET_OK == SySetGetNextEntry(pFiles, (void **)&pEntry)) {
/* reset the string cursor */