summaryrefslogtreecommitdiff
path: root/src/helper/startup.tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-27 20:56:58 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-27 20:56:58 +0000
commit63ac444ba9082ced6b82d152d8c0ab48bb40dcdf (patch)
treeec144384c3f1f1d78d5ad9581096e2725d32704f /src/helper/startup.tcl
parentea361c3b7b0caa19013c1d3b6fa00b56b32040ed (diff)
downloadopenocd+libswd-63ac444ba9082ced6b82d152d8c0ab48bb40dcdf.tar.gz
openocd+libswd-63ac444ba9082ced6b82d152d8c0ab48bb40dcdf.tar.bz2
openocd+libswd-63ac444ba9082ced6b82d152d8c0ab48bb40dcdf.tar.xz
openocd+libswd-63ac444ba9082ced6b82d152d8c0ab48bb40dcdf.zip
Kees Jongenburger <kees.jongenburger@gmail.com> - fix typo
git-svn-id: svn://svn.berlios.de/openocd/trunk@1106 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/startup.tcl')
-rw-r--r--src/helper/startup.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl
index 77a3296b..eb190666 100644
--- a/src/helper/startup.tcl
+++ b/src/helper/startup.tcl
@@ -277,7 +277,7 @@ proc ocd_process_reset { MODE } {
proc production_info {} {
return "Imagine an explanation here..."
}
-add_help_text production_info "Displays informationo on production procedure for target script"
+add_help_text production_info "Displays information on production procedure for target script"
proc production {firmwarefile serialnumber} {
puts "Imagine production procedure running successfully. Programmed $firmwarefile with serial number $serialnumber"