From 607466d2fee15950f4e89dad922516d1b4931889 Mon Sep 17 00:00:00 2001 From: Michael Roth Date: Thu, 5 Nov 2009 22:40:10 +0100 Subject: [PATCH] fix spelling typo Signed-off-by: Michael Roth --- lunit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lunit.lua b/lunit.lua index c3f74ac..488f6c7 100644 --- a/lunit.lua +++ b/lunit.lua @@ -458,7 +458,7 @@ end do - -- Finds a function in a testcase case insensitiv + -- Finds a function in a testcase case insensitive local function findfuncname(tcname, name) for key, value in pairs(testcase(tcname)) do if is_string(key) and is_function(value) and string.lower(key) == name then -- 2.11.4.GIT