summaryrefslogtreecommitdiffstats
path: root/doc/html/qcanvasspline.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qcanvasspline.html')
-rw-r--r--doc/html/qcanvasspline.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qcanvasspline.html b/doc/html/qcanvasspline.html
index 40ec0666..3fafc390 100644
--- a/doc/html/qcanvasspline.html
+++ b/doc/html/qcanvasspline.html
@@ -101,11 +101,11 @@ Set the spline control points to <em>ctrl</em>.
<p> If <em>close</em> is TRUE, then the first point in <em>ctrl</em> will be
re-used as the last point, and the number of control points must
be a multiple of 3. If <em>close</em> is FALSE, one additional control
-point is retquired, and the number of control points must be one of
+point is required, and the number of control points must be one of
(4, 7, 10, 13, ...).
<p> If the number of control points doesn't meet the above conditions,
the number of points will be truncated to the largest number of
-points that do meet the retquirement.
+points that do meet the requirement.
<p>Example: <a href="canvas-example.html#x2926">canvas/canvas.cpp</a>.
<!-- eof -->