From fcb3f2d8c816761a69189a1a2c6d15956956e2dd Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Sun, 31 Oct 2021 18:56:05 +0000 Subject: pkgclean: fix typo in comments --- src/share/poudriere/pkgclean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/share') diff --git a/src/share/poudriere/pkgclean.sh b/src/share/poudriere/pkgclean.sh index 99a6f7e5..d283527a 100755 --- a/src/share/poudriere/pkgclean.sh +++ b/src/share/poudriere/pkgclean.sh @@ -198,7 +198,7 @@ for file in ${PACKAGES}/All/*; do *.txz) if [ -L "${file}" ]; then # Ignore txz symlinks as they otherwise - # cuase spam and confusion. If we delete + # cause spam and confusion. If we delete # a package it points to then it will be # removed later by # delete_stale_symlinks_and_empty_dirs(). -- cgit v1.2.3