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", \
