diff mbox series

test-manual: Add a missing dot

Message ID 20240820174639.3510467-1-pkj@axis.com
State New
Headers show
Series test-manual: Add a missing dot | expand

Commit Message

Peter Kjellerstedt Aug. 20, 2024, 5:46 p.m. UTC
Correct "oeqa.utils.commandsrunCmd()" to "oeqa.utils.commands.runCmd()".

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 documentation/test-manual/intro.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz Aug. 21, 2024, 8:24 a.m. UTC | #1
Hi Peter,

On 8/20/24 7:46 PM, Peter Kjellerstedt via lists.yoctoproject.org wrote:
> [You don't often get email from peter.kjellerstedt=axis.com@lists.yoctoproject.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> Correct "oeqa.utils.commandsrunCmd()" to "oeqa.utils.commands.runCmd()".
> 
> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
diff mbox series

Patch

diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst
index 7e56217d76..882ca16486 100644
--- a/documentation/test-manual/intro.rst
+++ b/documentation/test-manual/intro.rst
@@ -380,7 +380,7 @@  with common tasks, including:
 -  *Running a bitbake invocation for a build:* Use
    ``oeqa.utils.commands.bitbake()``
 
--  *Running a command:* Use ``oeqa.utils.commandsrunCmd()``
+-  *Running a command:* Use ``oeqa.utils.commands.runCmd()``
 
 There is also a ``oeqa.utils.commands.runqemu()`` function for launching
 the ``runqemu`` command for testing things within a running, virtualized