X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/3e9512ab48951a15612ae0c2767b896725048374..7c4d986bb672313cd3c7e6dee8f071ba24d42f8c:/doc/apt.conf.5.sgml
diff --git a/doc/apt.conf.5.sgml b/doc/apt.conf.5.sgml
index b3874b17d..eb64bed5f 100644
--- a/doc/apt.conf.5.sgml
+++ b/doc/apt.conf.5.sgml
@@ -53,7 +53,7 @@ APT {
with newlines placed to make it more readable. Lists can be created by
opening a scope and including a single word enclosed in quotes followed by a
- semicolon. Multiple entries can be included, each seperated by a semicolon.
+ semicolon. Multiple entries can be included, each separated by a semicolon.
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
@@ -67,7 +67,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
ends in a slash, then the whole directory is included.
- All of the APT tools take a -o option which allows an arbitary configuration
+ All of the APT tools take a -o option which allows an arbitrary configuration
directive to be specified on the command line. The syntax is a full option
name (Clean-Installed
- Defaults to on. When turned on the autoclean feature will remove any pacakges
+ Defaults to on. When turned on the autoclean feature will remove any packages
which can no longer be downloaded from the cache. If turned off then
packages that are locally installed are also excluded from cleaning - but
note that APT provides no direct means to reinstall them.
@@ -103,7 +103,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
Immediate-Configure
- Disable Immedate Configuration; This dangerous option disables some
+ Disable Immediate Configuration; This dangerous option disables some
of APT's ordering code to cause it to make fewer dpkg calls. Doing
so may be necessary on some extremely slow single user systems but
is very dangerous and may cause package install scripts to fail or worse.
@@ -187,7 +187,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
meaning to use no proxies. The
- Three settings are provided for cache control with HTTP/1.1 complient
+ Three settings are provided for cache control with HTTP/1.1 compliant
proxy caches.
FTP URIs; ftp::Proxy is the default proxy server to use. It is in the
standard form of ftp://[[user][:pass]@]host[:port]/> and is
- overriden by the