Commit 40635128 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Greg Kroah-Hartman
Browse files

scripts/spdxcheck.py: Fix a typo

parent f20b2c2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: