And fix the other typo in comment

This commit is contained in:
Roy Nieterau 2022-05-02 22:32:47 +02:00
parent 4fc8617bd1
commit 445fc679f1

View file

@ -306,7 +306,7 @@ def _load_modules():
basename, ext = os.path.splitext(filename)
if os.path.isdir(fullpath):
# Check existence of init fil
# Check existence of init file
init_path = os.path.join(fullpath, "__init__.py")
if not os.path.exists(init_path):
log.debug((