From 9411c2f26c4941a3eeb52b57a718cf2de28c5c72 Mon Sep 17 00:00:00 2001 From: Jordi Date: Fri, 9 Oct 2015 02:14:13 +0200 Subject: [PATCH] Typo fixed. --- src/main/app-resources/matlab/run_matlab_cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..."