From 05db47f654d520c52f24bf3aff898603234782f8 Mon Sep 17 00:00:00 2001 From: Soumith Chintala Date: Tue, 1 Jul 2014 12:28:41 -0400 Subject: typo --- test/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.lua b/test/test.lua index 04b1dd8..c88c908 100644 --- a/test/test.lua +++ b/test/test.lua @@ -239,7 +239,7 @@ end function nntest.Linear() local ini = math.random(5,7) - local inj_vals = {math.random(5,7), 1} -- Also test the inj = 1 spetial case + local inj_vals = {math.random(5,7), 1} -- Also test the inj = 1 spatial case local input = torch.Tensor(ini):zero() for ind, inj in pairs(inj_vals) do -- cgit v1.2.3