From 5a8a0def35d30fef31f90eecca67f32c0953c9bc Mon Sep 17 00:00:00 2001 From: Gustavo Moreira Date: Tue, 30 Jan 2024 12:53:09 -0300 Subject: [PATCH] Fix docstring typos --- volatility3/framework/symbols/linux/extensions/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/volatility3/framework/symbols/linux/extensions/__init__.py b/volatility3/framework/symbols/linux/extensions/__init__.py index 915d92cd1..ccb626569 100644 --- a/volatility3/framework/symbols/linux/extensions/__init__.py +++ b/volatility3/framework/symbols/linux/extensions/__init__.py @@ -1278,11 +1278,11 @@ class net_device(objects.StructType): return choices def _get_net_device_flag_value(self, name): - """Return the net_deivce flag value based on the flag name""" + """Return the net_device flag value based on the flag name""" return self._get_flag_choices()[name] def get_flag_names(self) -> List[str]: - """Return the net_deivce flags as a list of strings + """Return the net_device flags as a list of strings Returns: List[str]: A list of flag names