[Addon] fix typo

spotted by the CI spellchecker
This commit is contained in:
Uwe
2022-09-23 14:44:41 +02:00
parent c4dab221b0
commit 1b2aa0459e

View File

@@ -353,7 +353,7 @@ class Addon:
)
except ValueError:
FreeCAD.Console.PrintWarning(
f"Package {self.name}: Invalid Python version requirment specified\n"
f"Package {self.name}: Invalid Python version requirement specified\n"
)
elif "type" in dep:
if dep["type"] == "internal":