From d16f8597fedd4fabc4e347fcab9cad4bcbce88d5 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Fri, 21 Aug 2026 22:30:37 +0200 Subject: [PATCH] docs/manual: fix typo Fix significant -> significantly. Signed-off-by: Luca Ceresoli Signed-off-by: Julien Olivain (cherry picked from commit b088e5dbe43d1c31add4b99cd05b8ba71228761a) Signed-off-by: Titouan Christophe --- docs/manual/contribute.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/contribute.adoc b/docs/manual/contribute.adoc index 310fe80585..a0002ce188 100644 --- a/docs/manual/contribute.adoc +++ b/docs/manual/contribute.adoc @@ -664,7 +664,7 @@ Creating a basic test case involves: advantage of using +infra.basetest.BASIC_TOOLCHAIN_CONFIG+ is that a matching Linux kernel image is provided, which allows to boot the resulting image in Qemu without having to build a Linux kernel image - as part of the test case, therefore significant decreasing the build + as part of the test case, therefore significantly decreasing the build time required for the test case. * Implementing a +def test_run(self):+ function to implement the