From e3a8d4314d303bf42f720f174ca24b55c2c6b1c6 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 18 Nov 2016 18:20:30 +0100 Subject: Fix minor typo in src --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 7b6be82..8e6a25e 100644 --- a/init.lua +++ b/init.lua @@ -285,7 +285,7 @@ function doc.entry_exists(category_id, entry_id) -- Entry exists return true else - -- Entry of this ID does not exist, so we check if there's an alis for it + -- Entry of this ID does not exist, so we check if there's an alias for it return doc.data.categories[category_id].entry_aliases[entry_id] ~= nil end else -- cgit v1.2.3