From 454233566de6ef0e7f8171ee929e6c5ba843bddb Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 10 May 2015 14:36:42 -0700 Subject: [PATCH] typo --- Lua/serialize.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua/serialize.lua b/Lua/serialize.lua index 0b3dc55..96c5430 100644 --- a/Lua/serialize.lua +++ b/Lua/serialize.lua @@ -41,7 +41,7 @@ function _deserialize(script) if f ~= nil then return f() else - print('WARNING: no function deserialize with') + print('WARNING: no function to deserialize with') return nil end end