summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-07-29 13:54:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-29 15:04:23 +0200
commit6cf65afa2da15e3673a55c8648ea9c229a8c1ca7 (patch)
tree2d3c97fc1622300b69b32c3b43e7f007e454a410
parentad9d3fda57a65e9ed87328919a439aa6295a27d1 (diff)
downloadqtdoc-6cf65afa2da15e3673a55c8648ea9c229a8c1ca7.tar.gz
CMake: Fix typos.
Forward port of bf019d765d3993ba265c990a6e3a2e53defe112c (Fix spelling and typos (non-binary), 2012-11-07) from cmake.git. Change-Id: I0138bd718acb6029cf165b90c5f6a55241810572 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/development/cmake-manual.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/development/cmake-manual.qdoc b/doc/src/development/cmake-manual.qdoc
index d7cb800c..77e0b2ca 100644
--- a/doc/src/development/cmake-manual.qdoc
+++ b/doc/src/development/cmake-manual.qdoc
@@ -224,7 +224,7 @@
\table
\header \li Macro \li Description
\row \li qt5_add_dbus_interface(outfiles interface basename)
- \li Create a the interface header and implementation files with the
+ \li Create the interface header and implementation files with the
given basename from the given interface xml file and add it to
the list of sources
@@ -276,7 +276,7 @@
In: ts_files
Generates commands to create .qm from .ts - files. The generated
filenames can be found in qm_files. The ts_files
- must exists and are not updated in any way.
+ must exist and are not updated in any way.
\endtable