Fix misspelled Python variable name and typos
Typos: - Update pathname in README.txt - Fix missing newlines in header update script. Change-Id: Ib0e053f92a27ff10071b9805fa64e5653ab31b0c
This commit is contained in:
@@ -37,7 +37,7 @@ def cleanupFile( path, original_path):
|
||||
src_path = src_path[1:]
|
||||
|
||||
if len(src_path) == 0:
|
||||
panic( "oops, internal error, can't extract correct relative path" )
|
||||
panic( "oops, internal error, can't extract correct relative path\n" )
|
||||
|
||||
# convert into destination path, extracting architecture if needed
|
||||
# and the corresponding list of known static functions
|
||||
|
Reference in New Issue
Block a user