Skip to content

Commit d42ffc0

Browse files
committed
typo
1 parent a02243b commit d42ffc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/pagecache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def write_inode_content_to_stream(
473473
context: The context on which to operate
474474
layer_name: The name of the layer on which to operate
475475
inode: The inode to dump
476-
stream: An IO steam to write to, typically FileHandlerInterface or BytesIO
476+
stream: An IO stream to write to, typically FileHandlerInterface or BytesIO
477477
"""
478478
layer = context.layers[layer_name]
479479
# By using truncate/seek, provided the filesystem supports it, and the

0 commit comments

Comments
 (0)