From bbfc8901df67f2458979440eeec2f8f429a30cb1 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 2 Dec 2021 17:18:08 -0300 Subject: [PATCH] Fixed typo in comment. --- kibot/var_kibom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/var_kibom.py b/kibot/var_kibom.py index 4c7e0618..7ea91f74 100644 --- a/kibot/var_kibom.py +++ b/kibot/var_kibom.py @@ -34,7 +34,7 @@ class KiBoM(BaseVariant): # noqa: F821 """ [string|list(string)=''] Board variant(s) """ def get_variant_field(self): - ''' Returns the name of the field used to determine if the component belongs to teh variant ''' + ''' Returns the name of the field used to determine if the component belongs to the variant ''' return self.config_field def set_def_filters(self, exclude_filter, dnf_filter, dnc_filter):