summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2010-09-24 10:36:02 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2010-09-24 13:45:54 +0200
commit213b789ddc695c998500e2361c947931620adfbf (patch)
treea7ab1e7e2efa34d11bf431c39533d4869101a351 /doc
parent13faf49322232a8339cf60846fddfd2e78452cb1 (diff)
downloadqt-creator-213b789ddc695c998500e2361c947931620adfbf.tar.gz
Documentation/debugging helpers: Fix spelling mistake.
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 5ccf1d594e..1fd3ca786d 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -5342,7 +5342,7 @@
On platforms featuring a Python-enabled version of the gdb debugger,
the data extraction is done by a Python script. This is more robust
as the script execution is separated from the debugged process. It
- is also easier to extend as the script is less dependend on the
+ is also easier to extend as the script is less dependent on the
actual Qt version and does not need compilation.
To extend the shipped Python based debugging helpers for custom types,