From 462bc054cb8df8b7b02cb19f504021297cf518d6 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 21 Jun 2022 15:52:39 -0500 Subject: [PATCH] doc/dev/developer_guide: fix small typo Introduced in 682b806efa39784c8ef67b46f4ac628f40aa15d9. Signed-off-by: Laura Flores --- doc/dev/developer_guide/debugging-gdb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------------------- -- 2.47.3