diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debootstrap.8 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b2e5ce4..ff18434 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ debootstrap (0.4.0) UNRELEASED; urgency=low [ Colin Watson ] * Add support for Ubuntu dapper (Closes: #342838), edgy, feisty, and gutsy. Exclude everything but gutsy from the udeb. + * Fix "deboostrap" typo in debootstrap(8) (thanks, Adam Conrad). -- Joey Hess <joeyh@debian.org> Sat, 16 Jun 2007 13:09:59 -0400 diff --git a/debootstrap.8 b/debootstrap.8 index b0a0729..ad85d24 100644 --- a/debootstrap.8 +++ b/debootstrap.8 @@ -79,7 +79,7 @@ Download packages, but don't perform installation Do the initial unpack phase of bootstrapping only, for example if the target architecture does not match the host architecture. A copy of debootstrap sufficient for completing the bootstrap process will be -installed as /deboostrap/debootstrap in the target filesystem. +installed as /debootstrap/debootstrap in the target filesystem. .IP .IP "\fB\-\-second\-stage\fP" Complete the bootstrapping process. Other arguments are generally not |