diff mbox series

lib/oe/__init__: Fix typo

Message ID 20260918172927.2904454-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 4171f85bbc60cd8cbb95b768438b6b670cd276e0
Headers show
Series lib/oe/__init__: Fix typo | expand

Commit Message

Richard Purdie Sept. 18, 2026, 5:29 p.m. UTC
This should reference visitorcode in qa.py (spoted by Peter Kjellerstedt,
thanks).

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/lib/oe/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/lib/oe/__init__.py b/meta/lib/oe/__init__.py
index 7357a71f27e..1e47934e6f7 100644
--- a/meta/lib/oe/__init__.py
+++ b/meta/lib/oe/__init__.py
@@ -7,7 +7,7 @@ 
 from pkgutil import extend_path
 __path__ = extend_path(__path__, __name__)
 
-# Modules with vistorcode need to go first else anything depending on them won't be
+# Modules with visitorcode need to go first else anything depending on them won't be
 # processed correctly (e.g. qa)
 BBIMPORTS = ["qa", "data", "path", "utils", "types", "package", "packagedata", \
              "packagegroup", "sstatesig", "lsb", "cachedpath", "license", "qemu", \