[oe-commits] [openembedded-core] 02/03: autoconf: fix mistakes in SUMMARY and DESCRIPTION

git at git.openembedded.org git at git.openembedded.org
Fri Jul 28 22:25:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 87bd83f33bf38ad6a8ba7d12daf061dc5086e825
Author: Denys Dmytriyenko <denys at ti.com>
AuthorDate: Fri Jul 28 16:26:40 2017 -0400

    autoconf: fix mistakes in SUMMARY and DESCRIPTION
    
    Signed-off-by: Denys Dmytriyenko <denys at ti.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/autoconf/autoconf.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc
index f1b2dfc..17ee50f 100644
--- a/meta/recipes-devtools/autoconf/autoconf.inc
+++ b/meta/recipes-devtools/autoconf/autoconf.inc
@@ -1,5 +1,5 @@
-SUMMARY = "A GNU tool that procude shell scripts to automatically configure software"
-DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \ 
+SUMMARY = "A GNU tool that produces shell scripts to automatically configure software"
+DESCRIPTION = "Autoconf is an extensible package of M4 macros that produces shell scripts to automatically \ 
 configure software source code packages. Autoconf creates a configuration script for a package from a template \
 file that lists the operating system features that the package can use, in the form of M4 macro calls."
 LICENSE = "GPLv3"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list