bmap: a couple of spelling fixes
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 8 Nov 2012 11:42:34 +0000 (13:42 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 8 Nov 2012 17:01:22 +0000 (19:01 +0200)
Change-Id: I57ccc904fdfdebc1342fc5a401ddb73895cbfd4d
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmap

diff --git a/bmap b/bmap
index 709ae5e..a975f7c 100755 (executable)
--- a/bmap
+++ b/bmap
@@ -24,7 +24,7 @@ assume that the image was a sparse file at the moment of creation, and the bmap
 was generated for this sparse file).
 
 For example, you may have a 4GiB image file, which contains only 100MiB of user
-data and you need to flashi it to a slow USB stick. With the bmap file you end
+data and you need to flash it to a slow USB stick. With the bmap file you end
 up writing only a little bit more than 100MiB of data from the image file to
 the USB stick. This is a lot faster than writing all 4GiB of data. We say that
 it is a bit more than 100MiB because there are also file-system meta-data,
@@ -105,7 +105,7 @@ def create_command(args, log):
     files, directories, file-system meta-data, partition table, etc. When
     flashing the image to the target device, you do not have to copy all the
     4GiB of data, you can copy only 512MiB of it, which is 4 times less, so
-    flashing shoud presumably be 4 times faster.
+    flashing should presumably be 4 times faster.
 
     The block map file is an XML file which contains a list of blocks which
     have to be copied to the target device. The other blocks are not used and