summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qpicture.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qpicture.3qt')
-rw-r--r--doc/man/man3/qpicture.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qpicture.3qt b/doc/man/man3/qpicture.3qt
index ca74215f9..2ae1a5304 100644
--- a/doc/man/man3/qpicture.3qt
+++ b/doc/man/man3/qpicture.3qt
@@ -174,7 +174,7 @@ Loads a picture from the file specified by \fIfileName\fR and returns TRUE if su
.PP
By default, the file will be interpreted as being in the native QPicture format. Specifying the \fIformat\fR string is optional and is only needed for importing picture data stored in a different format.
.PP
-Currently, the only external format supported is the W3C SVG format which retquires the Qt XML module. The corresponding \fIformat\fR string is "svg".
+Currently, the only external format supported is the W3C SVG format which requires the Qt XML module. The corresponding \fIformat\fR string is "svg".
.PP
See also save().
.PP
@@ -203,7 +203,7 @@ Saves a picture to the file specified by \fIfileName\fR and returns TRUE if succ
.PP
Specifying the file \fIformat\fR string is optional. It's not recommended unless you intend to export the picture data for use by a third party reader. By default the data will be saved in the native QPicture file format.
.PP
-Currently, the only external format supported is the W3C SVG format which retquires the Qt XML module. The corresponding \fIformat\fR string is "svg".
+Currently, the only external format supported is the W3C SVG format which requires the Qt XML module. The corresponding \fIformat\fR string is "svg".
.PP
See also load().
.PP