From 213b789ddc695c998500e2361c947931620adfbf Mon Sep 17 00:00:00 2001 From: Christian Kandeler <christian.kandeler@nokia.com> Date: Fri, 24 Sep 2010 10:36:02 +0200 Subject: [PATCH] Documentation/debugging helpers: Fix spelling mistake. --- doc/qtcreator.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 5ccf1d594e9..1fd3ca786de 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, -- GitLab