From 2fa9e6b84d72d13814fd48486e29396bd44c8c48 Mon Sep 17 00:00:00 2001 From: superponible Date: Thu, 12 Sep 2019 22:13:21 -0500 Subject: [PATCH] fix typo in comment --- volatility/framework/plugins/windows/registry/hivelist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/framework/plugins/windows/registry/hivelist.py b/volatility/framework/plugins/windows/registry/hivelist.py index daeac0d85..ccb89e739 100644 --- a/volatility/framework/plugins/windows/registry/hivelist.py +++ b/volatility/framework/plugins/windows/registry/hivelist.py @@ -111,7 +111,7 @@ class HiveList(plugins.PluginInterface): reloff = ntkrnlmp.get_type("_CMHIVE").relative_child_offset("HiveList") cmhive = ntkrnlmp.object(object_type = "_CMHIVE", offset = list_entry.vol.offset - reloff, absolute = True) - # Run through the list fowards + # Run through the list forwards seen = set() traverse_backwards = False try: