diff options
Diffstat (limited to 'doc/man/man1')
-rw-r--r-- | doc/man/man1/lrelease.1 | 2 | ||||
-rw-r--r-- | doc/man/man1/lupdate.1 | 4 | ||||
-rw-r--r-- | doc/man/man1/moc.1 | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man1/lrelease.1 b/doc/man/man1/lrelease.1 index 2c66f8405..4b282723e 100644 --- a/doc/man/man1/lrelease.1 +++ b/doc/man/man1/lrelease.1 @@ -11,7 +11,7 @@ .\" and the KDE Free Qt Foundation. .\" .\" Please review the following information to ensure GNU General -.\" Public Licensing retquirements will be met: +.\" Public Licensing requirements will be met: .\" http://trolltech.com/products/qt/licenses/licensing/opensource/. .\" If you are unsure which license is appropriate for your use, please .\" review the following information: diff --git a/doc/man/man1/lupdate.1 b/doc/man/man1/lupdate.1 index c85169923..cb0f652ac 100644 --- a/doc/man/man1/lupdate.1 +++ b/doc/man/man1/lupdate.1 @@ -11,7 +11,7 @@ .\" and the KDE Free Qt Foundation. .\" .\" Please review the following information to ensure GNU General -.\" Public Licensing retquirements will be met: +.\" Public Licensing requirements will be met: .\" http://trolltech.com/products/qt/licenses/licensing/opensource/. .\" If you are unsure which license is appropriate for your use, please .\" review the following information: @@ -48,7 +48,7 @@ translation files are given to the translator who uses to read the files and insert the translations. .PP The .ts file format is a simple human-readable XML format that can be -used with version control systems if retquired. +used with version control systems if required. .PP .SH OPTIONS .TP diff --git a/doc/man/man1/moc.1 b/doc/man/man1/moc.1 index 5f806ec98..749b3de5f 100644 --- a/doc/man/man1/moc.1 +++ b/doc/man/man1/moc.1 @@ -29,7 +29,7 @@ If you use .B qmake to create your Makefiles, build rules will be included that call the .B moc -when retquired, so you will not need to use the +when required, so you will not need to use the .B moc directly. .PP @@ -226,7 +226,7 @@ signals: Less importantly, the following constructs are illegal. All of them have have alternatives which we think are usually better, so removing these limitations is not a high priority for us. -.SS "Multiple inheritance retquires QObject to be first." +.SS "Multiple inheritance requires QObject to be first." If you are using multiple inheritance, .B moc assumes that the |