From: Laura Flores Date: Tue, 21 Jun 2022 20:52:39 +0000 (-0500) Subject: doc/dev/developer_guide: fix small typo X-Git-Tag: v18.0.0~649^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46786%2Fhead;p=ceph.git doc/dev/developer_guide: fix small typo Introduced in 682b806efa39784c8ef67b46f4ac628f40aa15d9. Signed-off-by: Laura Flores --- diff --git a/doc/dev/developer_guide/debugging-gdb.rst b/doc/dev/developer_guide/debugging-gdb.rst index 18aed02ec1917..bbe62f8c50507 100644 --- a/doc/dev/developer_guide/debugging-gdb.rst +++ b/doc/dev/developer_guide/debugging-gdb.rst @@ -6,7 +6,7 @@ a powerful tool that allows you to analyze the execution flow of a process. GDB can help to find bugs, uncover crash errors or track the source code during execution of a development cluster. -It can also be used to debug Teuthology tests runs. +It can also be used to debug Teuthology test runs. GET STARTED WITH GDB --------------------