diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:06:26 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:06:26 +0000 |
commit | 153a849d86541b0d3ed79bfbbbb44993107cd78a (patch) | |
tree | 6351c181e8ab393f24922dea6032576d66f71cd5 | |
parent | 33abe2f3a349a8883d268c94a8e9cc57a20e48c9 (diff) |
* Fix typo in configure-index (RecruseDepends -> Recurs...
Author: mdz
Date: 2004-04-29 17:30:22 GMT
* Fix typo in configure-index (RecruseDepends -> RecurseDepends)
(Closes: #246550)
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/examples/configure-index | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 580cf21fc..2e66ce01c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,10 @@ apt (0.5.25) unstable; urgency=low (Closes: #244369) * Updated Japanese translation from Kenshi Muto <kmuto@debian.org> (Closes: #244176) + * Fix obsolete reference to bug(1) in stub apt(8) man page + (Closes: #245923) + * Fix typo in configure-index (RecruseDepends -> RecurseDepends) + (Closes: #246550) -- diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 3f25af7fb..2f9d09873 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -1,4 +1,4 @@ -// $Id: configure-index,v 1.8 2003/04/24 03:32:32 doogie Exp $ +// $Id: configure-index,v 1.9 2004/04/29 17:30:22 mdz Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. Most of the options have sane default values, unless @@ -50,7 +50,7 @@ APT Important "false"; AllVersions "false"; GivenOnly "false"; - RecruseDepends "false"; + RecurseDepends "false"; }; CDROM |