diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-05-12 13:19:06 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-15 19:21:24 +0200 |
commit | e719cdde3c508a8f78629eb00327901697b18fec (patch) | |
tree | d5c1241e762c174b4a4cc4ffa078b8f01248bb18 /board/warp | |
parent | 0768a69fc3d0941d08f79c83e229718d2c583aff (diff) | |
download | u-boot-imx-e719cdde3c508a8f78629eb00327901697b18fec.zip u-boot-imx-e719cdde3c508a8f78629eb00327901697b18fec.tar.gz u-boot-imx-e719cdde3c508a8f78629eb00327901697b18fec.tar.bz2 |
warp: README: Fix typo
Fix the spelling of 'successful'.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'board/warp')
-rw-r--r-- | board/warp/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/warp/README b/board/warp/README index 0e1f076..db3100e 100644 --- a/board/warp/README +++ b/board/warp/README @@ -43,8 +43,8 @@ Transfer u-boot.imx that will be flashed into the eMMC: $ sudo dfu-util -D u-boot.imx -a boot -Then on the U-boot prompt the following message should be seen after a succesful -upgrade: +Then on the U-boot prompt the following message should be seen after a +successful upgrade: #DOWNLOAD ... OK Ctrl+C to exit ... |