Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Jude <allan@klarasystems.com>2021-10-31 21:56:05 +0300
committerEmmanuel Vadot <manu@bidouilliste.com>2022-06-02 19:26:32 +0300
commitfcb3f2d8c816761a69189a1a2c6d15956956e2dd (patch)
treec37fc1ce5b63aba6101e2f681671f418aef970a9
parent3d34a6c94c5d1a4708139db0b5625ab7a2b86733 (diff)
pkgclean: fix typo in comments
-rwxr-xr-xsrc/share/poudriere/pkgclean.sh2
1 files changed, 1 insertions, 1 deletions
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().