aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-runhooks
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-runhooks')
-rw-r--r--pbuilder-runhooks2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-runhooks b/pbuilder-runhooks
index 9d26e83..cbc3113 100644
--- a/pbuilder-runhooks
+++ b/pbuilder-runhooks
@@ -9,7 +9,7 @@
# $HOOKDIR is set in /etc/pbuilderrc and contains a list of executable
# programs or scripts. The type is only limited by what you expect will
# be available in your chrooted environment after debootstrap has done
-# an initial install. The functions muxt be named in the format:
+# an initial install. The functions must be named in the format:
# <prefex><digit><digit><descriptive name>. Currently only X is defined;
# scripts prefixed with X will be run just before the chroot environment
# is exited and the base.tgz file is created or updated.