docs: fix misspelling across the tree
Found a few annoying typos and figured I better run script and fix anything it can find, here are the results... Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b023fbf938
commit
f2cb20c772
133 changed files with 191 additions and 191 deletions
|
@ -256,7 +256,7 @@ def generate_linker_script(linker_file, sram_data_linker_file,
|
|||
gen_string += string_create_helper("bss",
|
||||
memory_type, full_list_of_sections, 0)
|
||||
|
||||
#finally writting to the linker file
|
||||
#finally writing to the linker file
|
||||
with open(linker_file, "a+") as file_desc:
|
||||
file_desc.write(gen_string)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue