plugins/data: fix spelling (nw)

This commit is contained in:
cracyc 2018-01-12 16:27:14 -06:00
parent 5934c89762
commit e94b4d2bac

View File

@ -12,7 +12,7 @@ end
if db then
local found = false
db:exec("select * from sqllite_master where name = version", function() found = true return 0 end)
db:exec("select * from sqlite_master where name = version", function() found = true return 0 end)
if not found then
db:exec([[
CREATE TABLE version (