[pacman-dev] [PATCH] libmakepkg: grammar fix
13 Sep
2017
13 Sep
'17
11:46 p.m.
Signed-off-by: Allan McRae <allan@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
2637
Age (days ago)
2637
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae