summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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