Fixed typo in comment.

This commit is contained in:
Salvador E. Tropea 2021-12-02 17:18:08 -03:00
parent b02ad0079b
commit bbfc8901df
1 changed files with 1 additions and 1 deletions

View File

@ -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):