Skip to content

Commit ebb9f0c

Browse files
committed
Fix typo in timeliner function
1 parent c86d973 commit ebb9f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/pagecache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def generate_timeline(self):
342342
description = f"Cached Inode for {inode_out.path}"
343343
yield description, timeliner.TimeLinerType.ACCESSED, inode_out.access_time
344344
yield description, timeliner.TimeLinerType.MODIFIED, inode_out.modification_time
345-
yield description, timeliner.TimeLinerType.CHANGE, inode_out.change_time
345+
yield description, timeliner.TimeLinerType.CHANGED, inode_out.change_time
346346

347347
@staticmethod
348348
def format_fields_with_headers(headers, generator):

0 commit comments

Comments
 (0)