We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02243b commit d42ffc0Copy full SHA for d42ffc0
volatility3/framework/plugins/linux/pagecache.py
@@ -473,7 +473,7 @@ def write_inode_content_to_stream(
473
context: The context on which to operate
474
layer_name: The name of the layer on which to operate
475
inode: The inode to dump
476
- stream: An IO steam to write to, typically FileHandlerInterface or BytesIO
+ stream: An IO stream to write to, typically FileHandlerInterface or BytesIO
477
"""
478
layer = context.layers[layer_name]
479
# By using truncate/seek, provided the filesystem supports it, and the
0 commit comments