]> code.ossystems Code Review - openembedded-core.git/commitdiff
autoconf: fix typo in SUMMARY
authorDenys Dmytriyenko <denys@ti.com>
Fri, 28 Jul 2017 18:49:27 +0000 (14:49 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2017 07:45:48 +0000 (08:45 +0100)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/autoconf/autoconf.inc

index f1b2dfca7a5c22fe935360904540333c5df8a40f..ea62df8fb64e3ee3d2eae2a95249194ba2fa5e04 100644 (file)
@@ -1,4 +1,4 @@
-SUMMARY = "A GNU tool that procude shell scripts to automatically configure software"
+SUMMARY = "A GNU tool that produce shell scripts to automatically configure software"
 DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce 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."