# HG changeset patch # User Kim Alvefur # Date 1517756392 -3600 # Node ID 8f17da7464791809c7738430848d98f5cf8f02a5 # Parent c3317f61f3f91ffa0c4e9f48c58d3b5f906d1433 mod_data_access: Fix typo in comment [codespell] diff -r c3317f61f3f9 -r 8f17da746479 mod_data_access/mod_data_access.lua --- a/mod_data_access/mod_data_access.lua Sun Feb 04 15:58:09 2018 +0100 +++ b/mod_data_access/mod_data_access.lua Sun Feb 04 15:59:52 2018 +0100 @@ -84,7 +84,7 @@ end if user_host ~= path_items[1] or user_node ~= path_items[2] then - -- To only give admins acces to anything, move the inside of this block after authz + -- To only give admins access to anything, move the inside of this block after authz --module:log("debug", "%s wants access to %s@%s[%s], is admin?", authed_user, p_user, p_host, p_store) if not is_admin(authed_user, p_host) then return 403;