hignore: fix 'higlight' typo

This commit is contained in:
cron 2020-10-07 23:25:03 +00:00
parent 2451fc8570
commit 23de3c37f1

View File

@ -29,7 +29,7 @@ hignore.strip = storage_init_table("hignore_strip")
function hignore.save()
storage_save_json("hignore_highlight", hignore.higlight)
storage_save_json("hignore_highlight", hignore.highlight)
storage_save_json("hignore_ignore", hignore.ignore)
storage_save_json("hignore_strip", hignore.strip)
end