diff --git a/client/scripts/test_t55x7_ask.lua b/client/scripts/test_t55x7_ask.lua index 7ca3a1f29..0570aa855 100644 --- a/client/scripts/test_t55x7_ask.lua +++ b/client/scripts/test_t55x7_ask.lua @@ -118,7 +118,7 @@ local function test() , arg1 = config , arg2 = block } - local reponse, err = wc:sendMIX(false) + local response, err = wc:sendMIX(false) if not response then return oops(err) end else diff --git a/client/scripts/test_t55x7_bi.lua b/client/scripts/test_t55x7_bi.lua index 21c0234c0..67f9ccec3 100644 --- a/client/scripts/test_t55x7_bi.lua +++ b/client/scripts/test_t55x7_bi.lua @@ -113,7 +113,7 @@ local function test() , arg1 = config , arg2 = block } - local reponse, err = wc:sendMIX(false) + local response, err = wc:sendMIX(false) if not response then return oops(err) end else dbg(pcmd) diff --git a/client/scripts/test_t55x7_fsk.lua b/client/scripts/test_t55x7_fsk.lua index 0b1c49e80..b58c213d1 100644 --- a/client/scripts/test_t55x7_fsk.lua +++ b/client/scripts/test_t55x7_fsk.lua @@ -115,7 +115,7 @@ local function test(modulation) , arg1 = config , arg2 = block } - local reponse, err = wc:sendMIX(false) + local response, err = wc:sendMIX(false) if not response then return oops(err) end else dbg(pcmd) diff --git a/client/scripts/test_t55x7_psk.lua b/client/scripts/test_t55x7_psk.lua index a3bce696d..43798ff47 100644 --- a/client/scripts/test_t55x7_psk.lua +++ b/client/scripts/test_t55x7_psk.lua @@ -120,7 +120,7 @@ local function test(modulation) , arg1 = config , arg2 = block } - local reponse, err = wc:sendMIX(false) + local response, err = wc:sendMIX(false) if not response then return oops(err) end else dbg(cmd)