summaryrefslogtreecommitdiff
path: root/tex/context/base/node-ref.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-09-10 01:00:13 +0300
committerMarius <mariausol@gmail.com>2011-09-10 01:00:13 +0300
commitc2fcf46585725aebe58592fc5c0cce8268a9d036 (patch)
treeef1036c9b001dc9a70229af78d0ea4ec6d9b74ee /tex/context/base/node-ref.lua
parenta1edc418e36206150ae285d16e492bceaacdb7fc (diff)
downloadcontext-c2fcf46585725aebe58592fc5c0cce8268a9d036.tar.gz
beta 2011.09.09 23:44
Diffstat (limited to 'tex/context/base/node-ref.lua')
-rw-r--r--tex/context/base/node-ref.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/node-ref.lua b/tex/context/base/node-ref.lua
index fd01f4fba..278a40b6e 100644
--- a/tex/context/base/node-ref.lua
+++ b/tex/context/base/node-ref.lua
@@ -222,7 +222,7 @@ local function inject_areas(head,attribute,make,stack,done,skip,parent,pardir,tx
elseif id == glue_code and current.subtype == leftskip_code then -- any glue at the left?
--
elseif id == hlist_code or id == vlist_code then
--- somehow reference is true so teh following fails (second one not done) in
+-- somehow reference is true so the following fails (second one not done) in
-- test \goto{test}[page(2)] test \gotobox{test}[page(2)]
-- so let's wait till this fails again
-- if not reference and r and (not skip or r > skip) then -- > or ~=