aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/error.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/error.lua b/util/error.lua
index 85265e47..ed3ef4f4 100644
--- a/util/error.lua
+++ b/util/error.lua
@@ -91,7 +91,7 @@ end
local function init(source, namespace, registry)
if type(namespace) == "table" then
- -- registry can be given as second argument if namespace is either not used
+ -- registry can be given as second argument if namespace is not used
registry, namespace = namespace, nil;
end
local _, protoerr = next(registry, nil);