Linux: lsof plugin: Fix typo in docstring

This commit is contained in:
Gustavo Moreira
2024-10-07 20:46:44 +11:00
parent 2859d7a641
commit ee75964345
+1 -1
View File
@@ -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()
"""