diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2022-05-13 20:19:07 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-15 08:57:15 +0100 |
commit | 72aa79f61ff94a3a246df61cc68df4dcfca3b565 (patch) | |
tree | 327bff7114ccfe3ed7ed677b23328b1ade2f4730 /scripts/runqemu-addptable2image | |
parent | 2d03dd4b329108825e10bd5c12f2312fd507ace4 (diff) | |
download | poky-72aa79f61ff94a3a246df61cc68df4dcfca3b565.tar.gz |
image_types/runqemu-addptable2image: Fix a minor typo
Fix a minor typo and replace "partion" with "partition".
(From OE-Core rev: 186df231f95096c0ee0f29f1080deb351701374f)
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-addptable2image')
-rwxr-xr-x | scripts/runqemu-addptable2image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-addptable2image b/scripts/runqemu-addptable2image index ca29427258..87a8da3a63 100755 --- a/scripts/runqemu-addptable2image +++ b/scripts/runqemu-addptable2image | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Add a partion table to an ext2 image file | 3 | # Add a partition table to an ext2 image file |
4 | # | 4 | # |
5 | # Copyright (C) 2006-2007 OpenedHand Ltd. | 5 | # Copyright (C) 2006-2007 OpenedHand Ltd. |
6 | # | 6 | # |