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:
-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().