summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2010-10-30 05:05:20 (GMT)
committerChristian Perrier <bubulle@debian.org>2010-10-30 05:05:20 (GMT)
commit9231ec0ba68d2332de76c92f037b751e41548b8b (patch)
tree51dd84a3c5ad09f311b73aa5404c92f591c4713a /debootstrap
parentbbcf8f7237cbaf1f40d8932c16244635e3354b41 (diff)
downloaddebootstrap-9231ec0ba68d2332de76c92f037b751e41548b8b.zip
debootstrap-9231ec0ba68d2332de76c92f037b751e41548b8b.tar.gz
debootstrap-9231ec0ba68d2332de76c92f037b751e41548b8b.tar.bz2
Patch by Karl Goetz. Closes: #601821
* Fix a typo in the debootstrap script Patch by Karl Goetz. Closes: #601822 r65225
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
;;