serial: 8250_exar: Avoid NULL pointer dereference at ->exit()
[linux-2.6-microblaze.git] / scripts / spdxcheck.py
index cbdb5c8..3e784cf 100755 (executable)
@@ -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: