diff options
Diffstat (limited to 'doc/sources.list.5.sgml')
-rw-r--r-- | doc/sources.list.5.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sources.list.5.sgml b/doc/sources.list.5.sgml index e2919e61e..45941c215 100644 --- a/doc/sources.list.5.sgml +++ b/doc/sources.list.5.sgml @@ -50,7 +50,7 @@ <para> The format for a <filename/sources.list/ entry using the <literal/deb/ and <literal/deb-src/ types are: - <literallayout>deb uri distribution [component1] [componenent2] [...]</literallayout> + <literallayout>deb uri distribution [component1] [component2] [...]</literallayout> <para> The URI for the <literal/deb/ type must specify the base of the Debian distribution, from which APT will find the information it needs. @@ -76,7 +76,7 @@ inefficiently establish an FTP connection, close it, do something else, and then re-establish a connection to that same host. This feature is useful for accessing busy FTP sites with limits on the number of - simultaneous anonymous users. APT also parallizes connections to + simultaneous anonymous users. APT also parallelizes connections to different hosts to more effectively deal with sites with low bandwidth. <para> It is important to list sources in order of preference, with the most |