[pacman-dev] [PATCH] libmakepkg: grammar fix

Allan McRae allan at archlinux.org
Wed Sep 13 23:46:04 UTC 2017


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 scripts/libmakepkg/lint_package.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/libmakepkg/lint_package.sh.in b/scripts/libmakepkg/lint_package.sh.in
index ff0894ec..8cf79d73 100644
--- a/scripts/libmakepkg/lint_package.sh.in
+++ b/scripts/libmakepkg/lint_package.sh.in
@@ -38,7 +38,7 @@ readonly -a lint_package_functions
 
 lint_package() {
 	cd_safe "$pkgdir"
-	msg "$(gettext "Checking for packaging issue...")"
+	msg "$(gettext "Checking for packaging issues...")"
 
 	local ret=0
 	for func in ${lint_package_functions[@]}; do
-- 
2.14.1


More information about the pacman-dev mailing list