[PATCH] paccache: fix typo in comment

Michael Straube straubem at gmx.de
Wed May 30 14:24:56 UTC 2018


Signed-off-by: Michael Straube <straubem at gmx.de>
---
 src/paccache.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/paccache.sh.in b/src/paccache.sh.in
index 135954f..67904e0 100644
--- a/src/paccache.sh.in
+++ b/src/paccache.sh.in
@@ -306,7 +306,7 @@ for cachedir in "${cachedirs[@]}"; do
 	pushd "$cachedir" &>/dev/null || die "failed to chdir to '%s'" "$cachedir"
 
 	# note that these results are returned in an arbitrary order from awk, but
-	# they'll be resorted (in summarize) iff we have a verbosity level set.
+	# they'll be resorted (in summarize) if we have a verbosity level set.
 	IFS=$'\n' read -r -d '' -a cand < \
 		<(printf '%s\n' "$PWD"/*.pkg.tar!(*.sig) | pacsort --files |
 			pkgfilter "$keep" "$scanarch" \
-- 
2.17.1


More information about the pacman-contrib mailing list