From 04e77591d6333002815e9276ca08c01230fcf212 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Sat, 2 Feb 2019 19:01:05 +0000 Subject: fix various typos Signed-off-by: morganamilo Signed-off-by: Allan McRae --- scripts/libmakepkg/util/pkgbuild.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/libmakepkg/util/pkgbuild.sh.in') diff --git a/scripts/libmakepkg/util/pkgbuild.sh.in b/scripts/libmakepkg/util/pkgbuild.sh.in index 298275a8..4163805d 100644 --- a/scripts/libmakepkg/util/pkgbuild.sh.in +++ b/scripts/libmakepkg/util/pkgbuild.sh.in @@ -38,7 +38,7 @@ array_build() { # it's an error to try to copy a value which doesn't exist. declare -p "$2" &>/dev/null || return 1 - # Build an array of the indicies of the source array. + # Build an array of the indices of the source array. eval "keys=(\"\${!$2[@]}\")" # Clear the destination array -- cgit v1.2.3-54-g00ecf