summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/util-soc-imp-tp.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-09-12 01:13:39 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2018-09-12 01:13:39 +0200
commit5c433e6e8accaa4bc9ebe0a094b925fe11a8edf5 (patch)
tree7b4b1b7efe2225b4694cc6f7c50707206f8d5b06 /tex/context/base/mkiv/util-soc-imp-tp.lua
parentfd9c4ecd4421d087de21bef1e53d8ffb016285b0 (diff)
downloadcontext-5c433e6e8accaa4bc9ebe0a094b925fe11a8edf5.tar.gz
2018-09-12 00:46:00
Diffstat (limited to 'tex/context/base/mkiv/util-soc-imp-tp.lua')
-rw-r--r--tex/context/base/mkiv/util-soc-imp-tp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/util-soc-imp-tp.lua b/tex/context/base/mkiv/util-soc-imp-tp.lua
index e2dbad402..e651e44f7 100644
--- a/tex/context/base/mkiv/util-soc-imp-tp.lua
+++ b/tex/context/base/mkiv/util-soc-imp-tp.lua
@@ -2,7 +2,7 @@
-- for more into : see util-soc.lua
local setmetatable, next, type, tonumber = setmetatable, next, type, tonumber
-local find, upper = string.find, string,upper
+local find, upper = string.find, string.upper
local socket = socket or require("socket")
local ltn12 = ltn12 or require("ltn12")