summaryrefslogtreecommitdiff
path: root/tex/context/base/node-ref.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-09-09 23:44:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-09-09 23:44:00 +0200
commit6758336ac3756f95105827dde5b583718f0901eb (patch)
treea7d6fe4b70c0c2ca563ac3ddc32149bb4cedaf22 /tex/context/base/node-ref.lua
parent8196272ff90c4c39262d72b54dd26f80bac56309 (diff)
downloadcontext-6758336ac3756f95105827dde5b583718f0901eb.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 ~=