From: Robert P. J. Day Date: Wed, 27 Jul 2016 11:40:21 +0000 (-0400) Subject: update-rc.d: Correct trivial typo in DESCRIPTION line. X-Git-Tag: uninative-1.3~145 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7a9473998d848fcd179df210deb3ffadccf23aba;p=openembedded-core.git update-rc.d: Correct trivial typo in DESCRIPTION line. "utilities" -> "utility" Signed-off-by: Robert P. J. Day Signed-off-by: Ross Burton --- 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+"