tcl: fix typo and spelling

Identified by checkpatch script from Linux kernel v5.7-rc1 using
the command
	find tcl/ -type f -exec ./tools/scripts/checkpatch.pl \
	-q --types TYPO_SPELLING --strict -f {} \;

Change-Id: I7b523f0ab5ec047ff167742a44c29984ac672cf4
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5615
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2020-04-26 01:25:32 +02:00
parent 3a28cdc7cb
commit 6d3cb807aa
31 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ openocd -f interface/ftdi/tumpa.cfg -f tools/firmware-recovery.tcl \\
shutdown
}
# set default, can be overriden later
# set default, can be overridden later
adapter speed 1000
proc get_partition { name } {