Skip to content
Snippets Groups Projects
Commit d4966806 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Typo

parent 6751ec5c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1262 passed
......@@ -1388,7 +1388,7 @@ int main(int argc, char **argv, char** env)
umask(umask_val);
if(module==NULL && js_buf==NULL && isatty(fileno(stdin))) {
fprintf(stderr,"\n!No JavaScirpt module-name or expression specified\n");
fprintf(stderr,"\n!No JavaScript module-name or expression specified\n");
usage();
return(do_bail(1));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment