Swap two letters in a typo

This commit is contained in:
j-t-1
2024-12-19 12:21:20 +00:00
committed by GitHub
parent 62940c311c
commit 0e0c959cd0
@@ -25,7 +25,7 @@ class PsXView(plugins.PluginInterface):
identify processes that are trying to hide themselves. I recommend using -r pretty if you are looking at this
plugin's output in a terminal."""
# I've omitted the desktop thread scanning method because Volatility3 doesn't appear to have the funcitonality
# I've omitted the desktop thread scanning method because Volatility3 doesn't appear to have the functionality
# which the original plugin used to do it.
# The sessions method is omitted because it begins with the list of processes found by Pslist anyway.