u-boot-update: fix small typo
authorPiotr Dymacz <pepe2k@gmail.com>
Fri, 21 Nov 2014 00:49:55 +0000 (01:49 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Fri, 28 Nov 2014 18:26:58 +0000 (19:26 +0100)
target_util/u-boot-upgrade

index cb8bbdd9c52cf2c9bc03458076185b9abfe6991b..0846a17f5c0540052ab180f6280c6dcb33daa1fc 100755 (executable)
@@ -226,7 +226,7 @@ write_new_image() {
                exit 1
        fi
 
-       echo_ok "New U-Boot image successfully witten info FLASH"
+       echo_ok "New U-Boot image successfully written into FLASH"
 
        # Verify MD5 of mtd0 and prepared image
        verify_result=`mtd verify /tmp/$MTD_BACKUP_FNAME /dev/$MTD_DEVICE 2>&1 | grep "Success"`