Browse Source

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)

Arch Librarian 19 years ago
parent
commit
e0813f63fe
2 changed files with 7 additions and 1 deletions
  1. 6 0
      debian/changelog
  2. 1 1
      doc/examples/ftp-archive.conf

+ 6 - 0
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

+ 1 - 1
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