Typos.
--- a/master/painting.html Tue May 22 11:38:26 2012 +1000
+++ b/master/painting.html Tue May 22 11:42:08 2012 +1000
@@ -1084,9 +1084,9 @@
</li>
<li>Otherwise, this is an ending cap. Return a rectangle with side lengths <a>'stroke-width'</a> and <a>'stroke-width'</a> / 2 positioned such that:
<ul>
- <li>Its longer edges, <var>A</var> and <var>B</var>, are parallel to the line perpendicular to the subpath at distance <var>endposition</var> along it.</li>
+ <li>Its longer edges, <var>A</var> and <var>B</var>, are parallel to the line perpendicular to the subpath at distance <var>position</var> along it.</li>
<li>The midpoint of <var>A</var> is at <var>end</var>.</li>
- <li>The direction from the midpoint of <var>A</var> to the midpoint of <var>B</var> is the same as the direction of the subpath at distance <var>endposition</var> along it.</li>
+ <li>The direction from the midpoint of <var>A</var> to the midpoint of <var>B</var> is the same as the direction of the subpath at distance <var>position</var> along it.</li>
</ul>
</li>
</ol>