From ee759643456869c5d18cd093f5bb81c138a33eb5 Mon Sep 17 00:00:00 2001 From: Gustavo Moreira Date: Mon, 7 Oct 2024 20:46:44 +1100 Subject: [PATCH] Linux: lsof plugin: Fix typo in docstring --- volatility3/framework/plugins/linux/lsof.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility3/framework/plugins/linux/lsof.py b/volatility3/framework/plugins/linux/lsof.py index 075f2db84..42b447dfb 100644 --- a/volatility3/framework/plugins/linux/lsof.py +++ b/volatility3/framework/plugins/linux/lsof.py @@ -49,7 +49,7 @@ class FDInternal: """FD internal representation containing only the core objects Fields: - task: 'task_truct' object + task: 'task_struct' object fd_fields: FD fields as obtained from LinuxUtilities.files_descriptors_for_process() """