libmakepkg: grammar fix

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2017-09-14 09:45:53 +10:00
parent 4dae3fde17
commit 2ddbc6964b

View file

@ -38,7 +38,7 @@ readonly -a lint_package_functions
lint_package() { lint_package() {
cd_safe "$pkgdir" cd_safe "$pkgdir"
msg "$(gettext "Checking for packaging issue...")" msg "$(gettext "Checking for packaging issues...")"
local ret=0 local ret=0
for func in ${lint_package_functions[@]}; do for func in ${lint_package_functions[@]}; do