summaryrefslogtreecommitdiff
path: root/tex/context/base/lang-url.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/lang-url.lua')
-rw-r--r--tex/context/base/lang-url.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/lang-url.lua b/tex/context/base/lang-url.lua
index e7422a38c..9643f8e0b 100644
--- a/tex/context/base/lang-url.lua
+++ b/tex/context/base/lang-url.lua
@@ -103,7 +103,7 @@ table.setmetatablecall(hyphenatedurl,action)
function hyphenatedurl.setcharacters(str,value) -- 1, 2 == before, after
for s in utfcharacters(str) do
- chars[s] = value or 1
+ characters[s] = value or 1
end
end