]> git.sur5r.net Git - openocd/commitdiff
Kees Jongenburger <kees.jongenburger@gmail.com> - fix typo
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 27 Oct 2008 20:56:58 +0000 (20:56 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 27 Oct 2008 20:56:58 +0000 (20:56 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1106 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/helper/startup.tcl

index 77a3296b624fe82fc2e32d006f741bcb8dda542e..eb1906661e865ccdcafb6f8b4e020f349b52c47b 100644 (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"