diff options
-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 |