summaryrefslogtreecommitdiff
path: root/src/scripting.txt
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-03-12 14:48:51 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-03-12 14:48:51 +0000
commitcbc1f23758fea080c5197c443709b618722c7789 (patch)
tree7976883231e570c390d73fb94c3f5423bd9d9524 /src/scripting.txt
parent96413087dcf4bbe015c4e9af8dd982aa2710f29c (diff)
downloadopenocd+libswd-cbc1f23758fea080c5197c443709b618722c7789.tar.gz
openocd+libswd-cbc1f23758fea080c5197c443709b618722c7789.tar.bz2
openocd+libswd-cbc1f23758fea080c5197c443709b618722c7789.tar.xz
openocd+libswd-cbc1f23758fea080c5197c443709b618722c7789.zip
Uwe Hermann <uwe@hermann-uwe.de> typos
git-svn-id: svn://svn.berlios.de/openocd/trunk@1411 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/scripting.txt')
-rw-r--r--src/scripting.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripting.txt b/src/scripting.txt
index ae917666..cc8f5971 100644
--- a/src/scripting.txt
+++ b/src/scripting.txt
@@ -31,7 +31,7 @@ Default implementation of procedures in tcl/procedures.tcl.
is to ignore serial number and write a raw binary file
to beginning of first flash. Target script can dictate
file format and structure of serialnumber. Tcl allows
- an argument to consit of e.g. a list so the structure of
+ an argument to consist of e.g. a list so the structure of
the serial number is not limited to a single string.
- reset handling. Precise control of how srst, trst &
tms is handled.