1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r7080: Fix typo in error message.

This commit is contained in:
Tim Potter 2005-05-29 21:45:38 +00:00 committed by Gerald (Jerry) Carter
parent ab27e58c08
commit fcf177c86e

View File

@ -80,7 +80,7 @@ void ejs_exception(const char *reason)
/* run the script */
if (ejsEvalFile(eid, discard_const_p(char, argv[1]), &result,
&emsg) == -1) {
fprintf(stderr, "smbscript: ejsEvalScript(): %s\n", emsg);
fprintf(stderr, "smbscript: ejsEvalFile(): %s\n", emsg);
exit(1);
}