From: oharboe Date: Mon, 27 Oct 2008 20:56:58 +0000 (+0000) Subject: Kees Jongenburger - fix typo X-Git-Tag: v0.1.0~210 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=63ac444ba9082ced6b82d152d8c0ab48bb40dcdf Kees Jongenburger - fix typo git-svn-id: svn://svn.berlios.de/openocd/trunk@1106 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index 77a3296b62..eb1906661e 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"