Correct typo.
All checks were successful
The build was successful.

This commit is contained in:
2018-08-18 21:05:46 +02:00
parent 2160747479
commit 81325b5059

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