From ca3d3eca590baf36f4dae2f8960311c09d66813c Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Fri, 23 Nov 2012 14:03:52 +0100 Subject: [PATCH] typeof -> type --- lsyncd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsyncd.lua b/lsyncd.lua index e90accc..9c7063d 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -4333,7 +4333,7 @@ end -- function settings( a1 ) -- if a1 is a string this is a get operation - if typeof( a1 ) == 'string' then + if type( a1 ) == 'string' then return uSettings[ a1 ] end