Source: apt-cacher-ng
Version: 0.5.6-1
Severity: minor
Tags: patch

The attached patch fixes a few typos in the configuration file.

--
Jakub Wilk
diff --git a/conf/acng.conf b/conf/acng.conf
--- a/conf/acng.conf
+++ b/conf/acng.conf
@@ -29,9 +29,9 @@
 Remap-debrep: file:deb_mirror*.gz /debian ; file:backends_debian
 Remap-uburep: file:ubuntu_mirrors /ubuntu ; file:backends_ubuntu
 Remap-debvol: file:debvol_mirror*.gz /debian-volatile ; file:backends_debvol
-Remap-cygwin: file:cygwin_mirrors /cygwin # ; file:backends_cygwin # incomplete, please create this file or specify prefered mirrors here
-Remap-sfnet:  file:sfnet_mirrors # ; file:backends_sfnet # incomplete, please create this file or specify prefered mirrors here
-Remap-alxrep: file:archlx_mirrors /archlinux # ; file:backend_archlx # incomplete, please create this file or specify prefered mirrors here
+Remap-cygwin: file:cygwin_mirrors /cygwin # ; file:backends_cygwin # incomplete, please create this file or specify preferred mirrors here
+Remap-sfnet:  file:sfnet_mirrors # ; file:backends_sfnet # incomplete, please create this file or specify preferred mirrors here
+Remap-alxrep: file:archlx_mirrors /archlinux # ; file:backend_archlx # incomplete, please create this file or specify preferred mirrors here
 
 # Virtual page accessible in a web browser to see statistics and status
 # information, i.e. under http://localhost:3142/acng-report.html
@@ -67,7 +67,7 @@
 # Days before considering an unreferenced file expired (to be deleted).
 # Warning: if the value is set too low and particular index files are not
 # available for some days (mirror downtime) there is a risk of deletion of
-# still usefull package files.
+# still useful package files.
 ExTreshold: 4
 
 # Stop expiration when a critical problem appeared. Currently only failed
@@ -97,7 +97,7 @@
 # and depend on the amount of spare RAM.
 # MaxStandbyConThreads: 8
 #
-# Hard limit of active thread count for incomming connections, i.e. operation
+# Hard limit of active thread count for incoming connections, i.e. operation
 # is refused when this value is reached (below zero = unlimited).
 # MaxConThreads: -1
 #
@@ -115,7 +115,7 @@
 # Value overwrites UnbufferLogs setting (aliased)
 # Debug:3
 
-# Usually, general purpose proxies like Squid expose the IP adress of the
+# Usually, general purpose proxies like Squid expose the IP address of the
 # client user to the remote server using the X-Forwarded-For HTTP header. This
 # behaviour can be optionally turned on with the Expose-Origin option.
 # ExposeOrigin: 0
@@ -138,7 +138,7 @@
 # file becomes identical to the *.bz2 file on the server, usable for APT
 # clients trying to fetch the full .bz2 compressed version. Injection of the
 # generated files into the cache has however a disadvantage on underpowered
-# servers: bzip2 compession can create high load on the server system and the
+# servers: bzip2 compression can create high load on the server system and the
 # visible download of the busy .bz2 files also becomes slower.
 #
 # RecompBz2: 0

Attachment: signature.asc
Description: Digital signature

Reply via email to