aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/media_create/boards.py
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2012-10-01 14:58:41 +0200
committerMilo Casagrande <milo@ubuntu.com>2012-10-01 14:58:41 +0200
commitb56667f34a6f4b360429f34f5de9436ee9f0c3e5 (patch)
tree60032a40785a274ca8de646e6a62474404589310 /linaro_image_tools/media_create/boards.py
parent56e8c9502161d37ffd27dd0b5373e5719c9a5f1b (diff)
Fixed typo.
Diffstat (limited to 'linaro_image_tools/media_create/boards.py')
-rw-r--r--linaro_image_tools/media_create/boards.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/linaro_image_tools/media_create/boards.py b/linaro_image_tools/media_create/boards.py
index 92e3faf..9cfd716 100644
--- a/linaro_image_tools/media_create/boards.py
+++ b/linaro_image_tools/media_create/boards.py
@@ -468,8 +468,8 @@ class BoardConfig(object):
if not bootloader:
logger.warning('WARNING: no bootloader specified on the command '
'line. Defaulting to \'%s\'.' % DEFAULT_BOOTLOADER)
- logger.warning('WARNING:specify another bootloader if this is not '
- 'the correct one to use.')
+ logger.warning('WARNING: specify another bootloader if this is '
+ 'not the correct one to use.')
bootloader = DEFAULT_BOOTLOADER
cls.hardwarepack_handler = HardwarepackHandler(hwpacks, bootloader,
board)