summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/debootstrap b/debootstrap
index 74b7365..0ea3417 100755
--- a/debootstrap
+++ b/debootstrap
@@ -183,7 +183,7 @@ if [ $# != 0 ] ; then
fi
;;
--resolve-deps)
- # redundant, but avoids breaking compatability
+ # redundant, but avoids breaking compatibility
RESOLVE_DEPS=true
shift
;;