From 879748268913f8a779ec861cf4d983766f88e09e Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 30 Apr 2011 09:23:17 +0200 Subject: typo --- mod/tex/context/third/rst/rst_parser.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/tex/context/third/rst/rst_parser.lua') diff --git a/mod/tex/context/third/rst/rst_parser.lua b/mod/tex/context/third/rst/rst_parser.lua index ba9b4c8..b0a02e6 100644 --- a/mod/tex/context/third/rst/rst_parser.lua +++ b/mod/tex/context/third/rst/rst_parser.lua @@ -348,7 +348,7 @@ local parser = P{ local tc = state.currentlayout warn("sta-l", #layout, "set", "", i) tc.raw = layout - tc.bounds = help.get_st_boundaries(layout) + tc.bounds = helpers.get_st_boundaries(layout) return true end) , @@ -398,7 +398,7 @@ local parser = P{ st_colspan_sep = Cmt(V"dash"^1 * (V"spaces" * V"dash"^1)^0, function(s, i, layout) local tcb = state.currentlayout.bounds - local this = help.get_st_boundaries (layout) + local this = helpers.get_st_boundaries (layout) local start_valid = false for start, _ in next, this.starts do if tcb.starts[start] then -- cgit v1.2.3