Browse Source

Kees Jongenburger <kees.jongenburger@gmail.com> - fix typo

git-svn-id: svn://svn.berlios.de/openocd/trunk@1106 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
oharboe 14 years ago
parent
commit
63ac444ba9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/helper/startup.tcl

+ 1
- 1
src/helper/startup.tcl View File

@@ -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"


Loading…
Cancel
Save