Skip to content

Commit ec9e738

Browse files
committed
fix typo
1 parent 9d1a682 commit ec9e738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/cli/volshell/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def _display_simple_type(
547547
],
548548
include_value: bool = True,
549549
) -> str:
550-
# build the display_type_string based on the aviable information
550+
# build the display_type_string based on the available information
551551

552552
if hasattr(volobject.vol, "size"):
553553
# the most common type to display, this shows their full size, e.g.:

0 commit comments

Comments
 (0)