summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-18 18:20:30 +0100
committerWuzzy <almikes@aol.com>2016-11-18 18:20:30 +0100
commite3a8d4314d303bf42f720f174ca24b55c2c6b1c6 (patch)
tree020d8c245610045c68318856c0cb23986ae167ff /init.lua
parentda8e61e4c7f709196ce60fa7d1b0a4e9cf3d5e76 (diff)
Fix minor typo in src
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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