We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1a682 commit ec9e738Copy full SHA for ec9e738
volatility3/cli/volshell/generic.py
@@ -547,7 +547,7 @@ def _display_simple_type(
547
],
548
include_value: bool = True,
549
) -> str:
550
- # build the display_type_string based on the aviable information
+ # build the display_type_string based on the available information
551
552
if hasattr(volobject.vol, "size"):
553
# the most common type to display, this shows their full size, e.g.:
0 commit comments