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:
Bhaskar Chowdhury 2021-03-26 14:44:43 +05:30 committed by Greg Kroah-Hartman
parent f20b2c2a07
commit 40635128fe
1 changed files with 1 additions and 1 deletions

View File

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