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

This commit is contained in:
Rafal Kupiec 2018-08-27 18:23:12 +02:00
parent 6d27069590
commit 7a740c0570
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -199,7 +199,7 @@ int main(int argc, char **argv) {
Fatal("Compile error");
}
}
/* Register script agruments so we can access them later using the $argv[]
/* Register script arguments so we can access them later using the $argv[]
* array from the compiled PHP program.
*/
for(n = n + 1; n < argc ; ++n) {