# HG changeset patch # User Paul Issott # Date 1543659726 0 # Node ID 4871abb4dc670f360b25c0d1a75048f9dfa7c6cc # Parent 5dcdc6015a2de77082b4ec1f8aa1d7a10c9f2396 Typo diff -r 5dcdc6015a2d -r 4871abb4dc67 modules/pack --- a/modules/pack Sat Dec 01 10:13:45 2018 +0000 +++ b/modules/pack Sat Dec 01 10:22:06 2018 +0000 @@ -728,7 +728,7 @@ # will return non-zero return code. # On the other hand some old receipts don't use '&&' but depend on the # error messages on the log. - # Sometimes it produce false positives in the configuration stage. + # Sometimes it produces false positives in the configuration stage. # In this case we can use the "skip-log-errors". if [ "${COOKOPTS/skip-log-errors/}" == "$COOKOPTS" ]; then # Exit if any error found in log file.