aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/debugger
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-11-14 18:28:38 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-11-16 10:39:24 +0000
commitbe1aa6abed6009012fc5812ec1942f4c3fa56c86 (patch)
tree3a741570c0b0196b1927943c7fa7b337517dfece /doc/qtcreator/src/debugger
parent2d8dc4c779d033696749cc82421adc96b8296a0d (diff)
Doc: Fix typos
Change-Id: I22b610a6dcab73867f915f877d7b7b844da5dc22 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'doc/qtcreator/src/debugger')
-rw-r--r--doc/qtcreator/src/debugger/creator-debugger-common.qdocinc4
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger-setup.qdoc4
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc b/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc
index 29978328a2..1226853275 100644
--- a/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc
+++ b/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc
@@ -62,7 +62,7 @@
breakpoint in the \uicontrol Breakpoints view.
At various times, attempts are made to implant pending breakpoints into
- the debugged process. Succesfull implantation might create one or more
+ the debugged process. Successful implantation might create one or more
implanted breakpoints, each associated with an actual address in
the debugged breakpoint. The implantation might also move a breakpoint
marker in the editor from an empty line to the next line for which the
@@ -389,7 +389,7 @@
to the most powerful feature of the debugger: comprehensive display of data
belonging to Qt's basic objects. For example, in case of QObject, instead of
displaying a pointer to some private data structure, you see a list of
- children, signals and slots.
+ children, signals, and slots.
Similarly, instead of displaying many pointers and integers, \QC's debugger
displays the contents of a QHash or QMap in an orderly manner. Also, the
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger-setup.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger-setup.qdoc
index a853d2511b..7e61aa9ddb 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger-setup.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger-setup.qdoc
@@ -169,7 +169,7 @@
The 32-bit CDB version can only debug 32-bit executables, whereas the 64-bit
version can debug both 64-bit and 32-bit executables. However, interrupting a
- 32-bit executable with a 64-bit debugger can result in a stacktrace of the
+ 32-bit executable with a 64-bit debugger can result in a stack trace of the
WOW64 emulator 32-bit emulation layer being displayed.
\QC extends the command line debugger by loading the
@@ -187,7 +187,7 @@
It is highly recommended that you add the Symbol Server provided
by Microsoft to the symbol search path of the debugger. The
- Symbol Server provides you with debugging informaton for the
+ Symbol Server provides you with debugging information for the
operating system libraries for debugging Windows applications.
For more information, see
\l{Setting CDB Paths on Windows}.
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
index cc95b4b950..35d598d4c6 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
@@ -417,7 +417,7 @@
to manage the GDB process, see \l{Specifying GDB Settings} and
\l{Specifying Extended GDB Settings}.
- For more informaton about connecting with \c {target extended-remote} mode
+ For more information about connecting with \c {target extended-remote} mode
in GDB, see \l{https://sourceware.org/gdb/onlinedocs/gdb/Connecting.html}
{Debugging with GDB: Connecting to a Remote Target}.