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 /doc | |
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)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 4 |
1 files changed, 2 insertions, 2 deletions
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 |