mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 04:37:38 +02:00
Windows: Fix OsDistinguisher typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user