]> code.ossystems Code Review - openembedded-core.git/commitdiff
update-rc.d: Correct trivial typo in DESCRIPTION line.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Wed, 27 Jul 2016 11:40:21 +0000 (07:40 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Aug 2016 10:46:35 +0000 (11:46 +0100)
"utilities" -> "utility"

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/update-rc.d/update-rc.d_0.7.bb

index c15cb78033779b3f1bbeeb21d66543ae63e65806..3b965c50b40b79a1ae943c67c05090f1692c3fd9 100644 (file)
@@ -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+"