]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/developer_guide: fix small typo 46786/head
authorLaura Flores <lflores@redhat.com>
Tue, 21 Jun 2022 20:52:39 +0000 (15:52 -0500)
committerLaura Flores <lflores@redhat.com>
Tue, 21 Jun 2022 20:52:39 +0000 (15:52 -0500)
Introduced in 682b806efa39784c8ef67b46f4ac628f40aa15d9.

Signed-off-by: Laura Flores <lflores@redhat.com>
doc/dev/developer_guide/debugging-gdb.rst

index 18aed02ec19173368e513a78bd1b33daec811548..bbe62f8c5050768f3fd94f10bf9c31ccb57920a6 100644 (file)
@@ -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
 --------------------