trivial: fix typo (writting -> writing)
authorPiotr Dymacz <pepe2k@gmail.com>
Thu, 11 Aug 2016 10:40:06 +0000 (12:40 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Thu, 11 Aug 2016 10:40:06 +0000 (12:40 +0200)
README.md
READMEPL.md
u-boot/board/ar7240/common/spi_flash.c

index 6dc6d9e6ed71a37416a18b92adc71d497cad2eec..4145fcc7e8cc85c9af3d9fbdb26574a886d3d166 100644 (file)
--- a/README.md
+++ b/README.md
@@ -190,7 +190,7 @@ Erasing: #
 
 Erased sectors: 1
 
-Writting at address: 0x9F010000
+Writing at address: 0x9F010000
 
 uboot> reset
 ```
@@ -251,7 +251,7 @@ Erasing: #######################################
 Erased sectors: 60
 
 Copying to FLASH...
-Writting at address: 0x9F020000
+Writing at address: 0x9F020000
 
 Done!
 
index 315ef9fb55e87a27b70c3f96bc4295c38d719def..d5185abee27971197a109bfc4e476b36861d9ab4 100644 (file)
@@ -181,7 +181,7 @@ Erasing: #
 
 Erased sectors: 1
 
-Writting at address: 0x9F010000
+Writing at address: 0x9F010000
 
 uboot> reset
 ```
@@ -242,7 +242,7 @@ Erasing: #######################################
 Erased sectors: 60
 
 Copying to FLASH...
-Writting at address: 0x9F020000
+Writing at address: 0x9F020000
 
 Done!
 
index 773ab906f0018e6355c5f7b520130df8e261e5af..21954db5ad27081a82a16d88511ccafebaf2c550 100644 (file)
@@ -171,7 +171,7 @@ u32 write_buff(flash_info_t *info, uchar *source, ulong addr, ulong len)
        u32 dst;
        u8 *src;
 
-       printf("Writting at address: 0x%08lX\n", addr);
+       printf("Writing at address: 0x%08lX\n", addr);
        addr = addr - CFG_FLASH_BASE;
 
        while (total < len) {