forked from Minki/linux
scripts/spdxcheck.py: Fix a typo
s/Initilize/Initialize/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/20210326091443.26525-1-unixbhaskar@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f20b2c2a07
commit
40635128fe
@ -243,7 +243,7 @@ if __name__ == '__main__':
|
||||
# Initialize SPDX data
|
||||
spdx = read_spdxdata(repo)
|
||||
|
||||
# Initilize the parser
|
||||
# Initialize the parser
|
||||
parser = id_parser(spdx)
|
||||
|
||||
except SPDXException as se:
|
||||
|
Loading…
Reference in New Issue
Block a user