mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue