aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/media_create/chroot_utils.py
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-08-19 10:39:34 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-08-19 10:39:34 +0300
commitffc5b5367c8b7faeefb056ad9b843eff5d5e17e2 (patch)
tree6ad96279a8647b41e44b45be0a031b2d4f5ea79c /linaro_image_tools/media_create/chroot_utils.py
parent47a68988c7c6042cb373402355fa16663b0c62f1 (diff)
Revert Fedora support - regression
Diffstat (limited to 'linaro_image_tools/media_create/chroot_utils.py')
-rw-r--r--linaro_image_tools/media_create/chroot_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro_image_tools/media_create/chroot_utils.py b/linaro_image_tools/media_create/chroot_utils.py
index 6776c4c..83b0f6d 100644
--- a/linaro_image_tools/media_create/chroot_utils.py
+++ b/linaro_image_tools/media_create/chroot_utils.py
@@ -105,7 +105,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 information required by linaro-hwpack-install
+ # Get infromation required by linaro-hwpack-install
with HardwarepackHandler([hwpack_file]) as hwpack:
version, _ = hwpack.get_field("version")
architecture, _ = hwpack.get_field("architecture")