From 567cded35fac296f4c2c76de7cad37fe88666adb Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sat, 22 Aug 2020 15:07:29 +0100 Subject: [PATCH] Windows: Fix OsDistinguisher typo --- volatility/framework/symbols/windows/winver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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