diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:34 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:34 +0000 |
commit | e0813f63feb4f616f89f82d6c90aa9bc7a5827dc (patch) | |
tree | 03419f7bd594bf6f1eb977a0752a88b4d1d181ce | |
parent | 60852d18f5c77df44614e706876de95f3a653d6f (diff) |
Fix typo in ftp-archive.conf example (Closes: #203295)
Author: mdz
Date: 2003-07-30 02:37:34 GMT
Fix typo in ftp-archive.conf example (Closes: #203295)
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/examples/ftp-archive.conf | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9c04f1277..a51b0c1e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt (0.5.9) unstable; urgency=low + + * Fix typo in example ftp-archive.conf (Closes: #203295) + + -- + apt (0.5.8) unstable; urgency=medium * urgency=medium because the changes since 0.5.5.1 are pretty safe as diff --git a/doc/examples/ftp-archive.conf b/doc/examples/ftp-archive.conf index a1866ba2d..4f4b00852 100644 --- a/doc/examples/ftp-archive.conf +++ b/doc/examples/ftp-archive.conf @@ -14,7 +14,7 @@ Default Sources::Compress "gzip"; Contents::Compress "gzip"; DeLinkLimit 10000; // 10 Meg delink per day - MaxContentsChage 10000; // 10 Meg of new contents files per day + MaxContentsChange 10000; // 10 Meg of new contents files per day }; TreeDefault |