Skip to content

Commit b3e770d

Browse files
authored
Merge pull request #1811 from j-t-1/the
Remove extra word in comment
2 parents a413c44 + 8bc2271 commit b3e770d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

doc/source/getting-started-linux-tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For plugin requests, please create an issue with a description of the requested
4040
linux.check_creds.Check_creds
4141
linux.check_idt.Check_idt
4242
43-
.. note:: Here the the command is piped to grep and head to provide the start of the list of linux plugins.
43+
.. note:: Here the command is piped to grep and head to provide the start of the list of linux plugins.
4444

4545

4646
Using plugins

doc/source/getting-started-mac-tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For plugin requests, please create an issue with a description of the requested
3737
mac.check_sysctl.Check_sysctl
3838
mac.check_trap_table.Check_trap_table
3939
40-
.. note:: Here the the command is piped to grep and head to provide the start of the list of macOS plugins.
40+
.. note:: Here the command is piped to grep and head to provide the start of the list of macOS plugins.
4141

4242

4343
Using plugins

doc/source/getting-started-windows-tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For plugin requests, please create an issue with a description of the requested
2727
windows.crashinfo.Crashinfo
2828
windows.dlllist.DllList
2929
30-
.. note:: Here the the command is piped to grep and head to provide the start of a list of the available windows plugins.
30+
.. note:: Here the command is piped to grep and head to provide the start of a list of the available windows plugins.
3131

3232
Using plugins
3333
-------------
@@ -97,7 +97,7 @@ windows.pstree
9797
9898
``windows.pstree`` helps to display the parent-child relationships between processes.
9999

100-
.. note:: Here the the command is piped to head to provide smaller output, here listing only the first 20.
100+
.. note:: Here the command is piped to head to provide smaller output, here listing only the first 20.
101101

102102
windows.hashdump
103103
~~~~~~~~~~~~~~~~

volatility3/framework/plugins/mac/pslist.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def list_tasks_allproc(
135135
136136
Args:
137137
context: The context to retrieve required elements (layers, symbol tables) from
138-
kernel_module_name: The name of the the kernel module on which to operate
138+
kernel_module_name: The name of the kernel module on which to operate
139139
filter_func: A function which takes a process object and returns True if the process should be ignored/filtered
140140
141141
Returns:
@@ -180,7 +180,7 @@ def list_tasks_tasks(
180180
181181
Args:
182182
context: The context to retrieve required elements (layers, symbol tables) from
183-
kernel_module_name: The name of the the kernel module on which to operate
183+
kernel_module_name: The name of the kernel module on which to operate
184184
filter_func: A function which takes a task object and returns True if the task should be ignored/filtered
185185
186186
Returns:
@@ -224,7 +224,7 @@ def list_tasks_sessions(
224224
225225
Args:
226226
context: The context to retrieve required elements (layers, symbol tables) from
227-
kernel_module_name: The name of the the kernel module on which to operate
227+
kernel_module_name: The name of the kernel module on which to operate
228228
filter_func: A function which takes a task object and returns True if the task should be ignored/filtered
229229
230230
Returns:
@@ -259,7 +259,7 @@ def list_tasks_process_group(
259259
260260
Args:
261261
context: The context to retrieve required elements (layers, symbol tables) from
262-
kernel_module_name: The name of the the kernel module on which to operate
262+
kernel_module_name: The name of the kernel module on which to operate
263263
filter_func: A function which takes a task object and returns True if the task should be ignored/filtered
264264
265265
Returns:
@@ -297,7 +297,7 @@ def list_tasks_pid_hash_table(
297297
298298
Args:
299299
context: The context to retrieve required elements (layers, symbol tables) from
300-
kernel_module_name: The name of the the kernel module on which to operate
300+
kernel_module_name: The name of the kernel module on which to operate
301301
filter_func: A function which takes a task object and returns True if the task should be ignored/filtered
302302
303303
Returns:

0 commit comments

Comments
 (0)