aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/media_create/chroot_utils.py
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-12-13 10:45:33 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-12-13 10:48:10 +0200
commit0609c3eac862930ce1e45adf008ecee4677f47a2 (patch)
treeb8dfaadb6be6e91ee5ec0faca058390e68b5ce85 /linaro_image_tools/media_create/chroot_utils.py
parent744f0937cfe806e799b0e9c4020fbee8af87b263 (diff)
Fix typos in comments
Change-Id: I5abc3b376ab3889c33dfc68531089ae89787a1d5 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'linaro_image_tools/media_create/chroot_utils.py')
-rw-r--r--linaro_image_tools/media_create/chroot_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/linaro_image_tools/media_create/chroot_utils.py b/linaro_image_tools/media_create/chroot_utils.py
index 1fe06d7..780a1d4 100644
--- a/linaro_image_tools/media_create/chroot_utils.py
+++ b/linaro_image_tools/media_create/chroot_utils.py
@@ -86,7 +86,7 @@ def install_hwpacks(
except:
print ("Cannot proceed with hwpack installation because "
"there doesn't seem to be a binfmt interpreter registered "
- "to execute armel binaries in the chroot. Please check "
+ "to execute arm binaries in the chroot. Please check "
"that qemu-user-static is installed and properly "
"configured before trying again.")
raise
@@ -123,7 +123,7 @@ def install_hwpack(rootfs_dir, hwpack_file, extract_kpkgs, hwpack_force_yes,
print "Installing (linaro-hwpack-install) %s in target rootfs." % (
hwpack_basename)
- # Get infromation required by linaro-hwpack-install
+ # Get information required by linaro-hwpack-install
with HardwarepackHandler([hwpack_file]) as hwpack:
version, _ = hwpack.get_field("version")
architecture, _ = hwpack.get_field("architecture")