diff --git a/src/main/app-resources/matlab/run_matlab_cmd.sh b/src/main/app-resources/matlab/run_matlab_cmd.sh index 351e9af..0a297ee 100755 --- a/src/main/app-resources/matlab/run_matlab_cmd.sh +++ b/src/main/app-resources/matlab/run_matlab_cmd.sh @@ -61,7 +61,7 @@ else shift done - # For not embeded files, we need to copy the file and its CTF to a directory where + # For not embedded files, we need to copy the file and its CTF to a directory where # hadoop can decompress it if [ -f "$matlab_cmd.ctf" ] ; then echr "Copying $matlab_cmd to $TMPDIR ..."