summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xdebootstrap2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d79d11d..6298297 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
debootstrap (1.0.26) UNRELEASED; urgency=low
* Consistently use tab indenting in scripts/gutsy and scripts/sid
- Ptach by Karl Goetz. Closes: #601821
+ Patch by Karl Goetz. Closes: #601821
+ * Fix a typo in the debootstrap script
+ Patch by Karl Goetz. Closes: #601822
-- Christian Perrier <bubulle@debian.org> Sat, 30 Oct 2010 06:59:50 +0200
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
;;