summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qcanvasspline.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qcanvasspline.3qt')
-rw-r--r--doc/man/man3/qcanvasspline.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qcanvasspline.3qt b/doc/man/man3/qcanvasspline.3qt
index 349eb042..7f5f296c 100644
--- a/doc/man/man3/qcanvasspline.3qt
+++ b/doc/man/man3/qcanvasspline.3qt
@@ -70,9 +70,9 @@ Reimplemented from QCanvasPolygon.
.SH "void QCanvasSpline::setControlPoints ( QPointArray ctrl, bool close = TRUE )"
Set the spline control points to \fIctrl\fR.
.PP
-If \fIclose\fR is TRUE, then the first point in \fIctrl\fR will be re-used as the last point, and the number of control points must be a multiple of 3. If \fIclose\fR is FALSE, one additional control point is retquired, and the number of control points must be one of (4, 7, 10, 13, ...).
+If \fIclose\fR is TRUE, then the first point in \fIctrl\fR will be re-used as the last point, and the number of control points must be a multiple of 3. If \fIclose\fR is FALSE, one additional control point is required, and the number of control points must be one of (4, 7, 10, 13, ...).
.PP
-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.
+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 requirement.
.PP
Example: canvas/canvas.cpp.