diff options
Diffstat (limited to 'tools/linguist/qm2ts')
-rw-r--r-- | tools/linguist/qm2ts/main.cpp | 2 | ||||
-rw-r--r-- | tools/linguist/qm2ts/qm2ts.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/linguist/qm2ts/main.cpp b/tools/linguist/qm2ts/main.cpp index bfc5d3673..80f90a81d 100644 --- a/tools/linguist/qm2ts/main.cpp +++ b/tools/linguist/qm2ts/main.cpp @@ -13,7 +13,7 @@ ** and the KDE Free TQt 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/tools/linguist/qm2ts/qm2ts.1 b/tools/linguist/qm2ts/qm2ts.1 index 0ea20fd7c..e1eb472e0 100644 --- a/tools/linguist/qm2ts/qm2ts.1 +++ b/tools/linguist/qm2ts/qm2ts.1 @@ -19,7 +19,7 @@ converts Qt 2.x message files (.qm files) into source message files (.ts files). .PP The .ts file format is a simple human-readable XML format that can be -used with version control systems if retquired. It is understood by +used with version control systems if required. It is understood by .B lupdate, .B lrelease and |