diff --git a/volatility/framework/symbols/windows/winver.py b/volatility/framework/symbols/windows/winver.py index 9a931ffb9..e45aed3ad 100644 --- a/volatility/framework/symbols/windows/winver.py +++ b/volatility/framework/symbols/windows/winver.py @@ -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