diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-10-27 20:56:58 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-10-27 20:56:58 +0000 |
commit | 63ac444ba9082ced6b82d152d8c0ab48bb40dcdf (patch) | |
tree | ec144384c3f1f1d78d5ad9581096e2725d32704f /src | |
parent | ea361c3b7b0caa19013c1d3b6fa00b56b32040ed (diff) | |
download | openocd_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')
-rw-r--r-- | src/helper/startup.tcl | 2 |
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" |