fix typo in comment

This commit is contained in:
superponible
2019-09-17 16:59:50 +01:00
committed by ikelos
parent 508a9148ed
commit 2fa9e6b84d
@@ -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: