From b28d5a8807967c0ce7015a063e1423fa00ae2ca2 Mon Sep 17 00:00:00 2001 From: Tim Wickberg <tim@schedmd.com> Date: Fri, 5 Feb 2016 15:24:39 -0500 Subject: [PATCH] spelling fix --- contribs/lua/job_submit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribs/lua/job_submit.lua b/contribs/lua/job_submit.lua index 278a3e11e18..2c3b403fcc5 100644 --- a/contribs/lua/job_submit.lua +++ b/contribs/lua/job_submit.lua @@ -3,7 +3,7 @@ Example lua script demonstrating the SLURM job_submit/lua interface. This is only an example, not meant for use in its current form. - Leave the function names, arguments, local varialbes and setmetatable + Leave the function names, arguments, local variables and setmetatable set up logic in each function unchanged. Change only the logic after the line containing "*** YOUR LOGIC GOES BELOW ***". -- GitLab