diff mbox series

support/testing/infra/emulator.py: fix typo in comment

Message ID 20230605195345.728177-1-romain.naour@gmail.com
State Accepted
Headers show
Series support/testing/infra/emulator.py: fix typo in comment | expand

Commit Message

Romain Naour June 5, 2023, 7:53 p.m. UTC
Artefact (British) and Artifact (American) are both valid spelling
but ARTIFACTS_URL is used in the emulator code.

Surprisingly, the url actually use "artefacts"

  http://autobuild.buildroot.net/artefacts

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 support/testing/infra/emulator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard June 6, 2023, 2:45 p.m. UTC | #1
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > Artefact (British) and Artifact (American) are both valid spelling
 > but ARTIFACTS_URL is used in the emulator code.

 > Surprisingly, the url actually use "artefacts"

 >   http://autobuild.buildroot.net/artefacts

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>

Committed, thanks.
Peter Korsgaard June 14, 2023, 1:45 p.m. UTC | #2
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > Artefact (British) and Artifact (American) are both valid spelling
 > but ARTIFACTS_URL is used in the emulator code.

 > Surprisingly, the url actually use "artefacts"

 >   http://autobuild.buildroot.net/artefacts

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>

Committed to 2023.02.x, thanks.
diff mbox series

Patch

diff --git a/support/testing/infra/emulator.py b/support/testing/infra/emulator.py
index 53876f828c..02cf486128 100644
--- a/support/testing/infra/emulator.py
+++ b/support/testing/infra/emulator.py
@@ -20,7 +20,7 @@  class Emulator(object):
     #
     # kernel: path to the kernel image, or the special string
     # 'builtin'. 'builtin' means a pre-built kernel image will be
-    # downloaded from ARTEFACTS_URL and suitable options are
+    # downloaded from ARTIFACTS_URL and suitable options are
     # automatically passed to qemu and added to the kernel cmdline. So
     # far only armv5, armv7 and i386 builtin kernels are available.
     # If None, then no kernel is used, and we assume a bootable device