diff options
author | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-04-30 09:23:17 +0200 |
---|---|---|
committer | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-04-30 09:23:17 +0200 |
commit | 879748268913f8a779ec861cf4d983766f88e09e (patch) | |
tree | 7bb35ddf5e21c6dfdf6b6808d3eb1a1b82f94f3b /mod | |
parent | 1f095db3ff22d2b6f5ad2015edc8b8bd7278f1cd (diff) | |
download | context-rst-879748268913f8a779ec861cf4d983766f88e09e.tar.gz |
typo
Diffstat (limited to 'mod')
-rw-r--r-- | mod/tex/context/third/rst/rst_parser.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 |