diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-07-27 07:40:21 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 11:46:35 +0100 |
commit | 7a9473998d848fcd179df210deb3ffadccf23aba (patch) | |
tree | 4d37038e1bc86a55d6b86eb736a8fb830da19ce3 /meta | |
parent | 21bba0548463f277684cc52d23194ad6d7c17956 (diff) | |
download | openembedded-core-7a9473998d848fcd179df210deb3ffadccf23aba.tar.gz openembedded-core-7a9473998d848fcd179df210deb3ffadccf23aba.tar.bz2 openembedded-core-7a9473998d848fcd179df210deb3ffadccf23aba.zip |
update-rc.d: Correct trivial typo in DESCRIPTION line.
"utilities" -> "utility"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb index c15cb78033..3b965c50b4 100644 --- a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb @@ -1,5 +1,5 @@ SUMMARY = "manage symlinks in /etc/rcN.d" -DESCRIPTION = "update-rc.d is a utilities that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure." +DESCRIPTION = "update-rc.d is a utility that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure." SECTION = "base" LICENSE = "GPLv2+" |