Skip to content

Commit 2bf0a26

Browse files
committed
typos
1 parent b86e54e commit 2bf0a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

volatility3/framework/plugins/linux/pagecache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ class RecoverFs(plugins.PluginInterface):
635635
"""Recovers the cached filesystem (directories, files, symlinks) into a compressed tarball.
636636
637637
Details: level 0 directories are named after the UUID of the parent superblock; metadata aren't replicated to extracted objects; objects modification time is set to the plugin run time; absolute symlinks
638-
are converted to relative symlinks to prevent referencing the analyst filesystem.
638+
are converted to relative symlinks to prevent referencing the analyst's filesystem.
639639
Troubleshooting: to fix extraction errors related to long paths, please consider using https://github.com/mxmlnkn/ratarmount.
640640
"""
641641

@@ -793,7 +793,7 @@ def _generator(self):
793793

794794
# Code is slightly duplicated here with the if-block below.
795795
# However this prevents unneeded tar manipulation if fifo
796-
# or sock inodes comes through for example.
796+
# or sock inodes come through for example.
797797
if not (
798798
inode_in.inode.is_reg or inode_in.inode.is_dir or inode_in.inode.is_link
799799
):

0 commit comments

Comments
 (0)