Windows: Fix OsDistinguisher typo

This commit is contained in:
Mike Auty
2020-08-29 10:58:16 +01:00
committed by ikelos
parent 6e816c2f20
commit 567cded35f
@@ -33,7 +33,7 @@ class OsDistinguisher:
def __init__(self, version_check: Callable[[Tuple[int, ...]], bool],
fallback_checks: List[Tuple[str, Optional[str], bool]]):
self._verison_check = version_check
self._version_check = version_check
self._fallback_checks = fallback_checks
# try the primary method based on the pe version in the ISF