diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-08-15 13:45:21 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-17 09:53:04 +0100 |
commit | 166296f4bc8c621a9dad52ede359f6e0ff0511f7 (patch) | |
tree | 4deda9f4684a10e5d28ddf95afd513d2d543afb6 /scripts | |
parent | 6566a99d4d8d39204f60ad3dd9dda8603f1e713b (diff) | |
download | poky-166296f4bc8c621a9dad52ede359f6e0ff0511f7.tar.gz |
scripts/lib/wic/help/py: "Redhat" -> "Red Hat"
Company name is properly spelled as "Red Hat".
(From OE-Core rev: cd60f20fe40bba5b80ab604ee34fbf4ec2b0b4a2)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/wic/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 991e5094bb..41451d1cb0 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
@@ -637,7 +637,7 @@ DESCRIPTION | |||
637 | oe-core: directdisk.bbclass and mkefidisk.sh. The difference | 637 | oe-core: directdisk.bbclass and mkefidisk.sh. The difference |
638 | between wic and those examples is that with wic the functionality | 638 | between wic and those examples is that with wic the functionality |
639 | of those scripts is implemented by a general-purpose partitioning | 639 | of those scripts is implemented by a general-purpose partitioning |
640 | 'language' based on Redhat kickstart syntax). | 640 | 'language' based on Red Hat kickstart syntax). |
641 | 641 | ||
642 | The initial motivation and design considerations that lead to the | 642 | The initial motivation and design considerations that lead to the |
643 | current tool are described exhaustively in Yocto Bug #3847 | 643 | current tool are described exhaustively in Yocto Bug #3847 |