aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-07-27 07:40:21 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 11:46:35 +0100
commit7a9473998d848fcd179df210deb3ffadccf23aba (patch)
tree4d37038e1bc86a55d6b86eb736a8fb830da19ce3
parent21bba0548463f277684cc52d23194ad6d7c17956 (diff)
downloadopenembedded-core-contrib-7a9473998d848fcd179df210deb3ffadccf23aba.tar.gz
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>
-rw-r--r--meta/recipes-core/update-rc.d/update-rc.d_0.7.bb2
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+"