diff --git a/engine/vm.c b/engine/vm.c index 408f95f..b42bfcf 100644 --- a/engine/vm.c +++ b/engine/vm.c @@ -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 */