summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_apt_pipelining.py
diff options
context:
space:
mode:
authorXiao Liang <izzyleung@users.noreply.github.com>2020-08-10 07:36:38 -0700
committerGitHub <noreply@github.com>2020-08-10 10:36:38 -0400
commit39251a6786b8d6b10903b194df6dfe859176fe5c (patch)
tree060919372e4598f4d8aae7969011c561eebe7699 /cloudinit/config/cc_apt_pipelining.py
parent8bc5c2759fbd0581f7a6dff049c83cefbf21b345 (diff)
downloadvyos-cloud-init-39251a6786b8d6b10903b194df6dfe859176fe5c.tar.gz
vyos-cloud-init-39251a6786b8d6b10903b194df6dfe859176fe5c.zip
Fix a typo in apt pipelining module (#525)
* Fix a typo in apt pipelining module Changed `whcih` to `which`. * Update .github-cla-signers I have signed the CLA on Canonical's site, adding my username to list of CLA signers. * Update .github-cla-signers I need to sort the list alphabetically.
Diffstat (limited to 'cloudinit/config/cc_apt_pipelining.py')
-rw-r--r--cloudinit/config/cc_apt_pipelining.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_apt_pipelining.py b/cloudinit/config/cc_apt_pipelining.py
index 225d0905..aa186ce2 100644
--- a/cloudinit/config/cc_apt_pipelining.py
+++ b/cloudinit/config/cc_apt_pipelining.py
@@ -9,7 +9,7 @@ Apt Pipelining
--------------
**Summary:** configure apt pipelining
-This module configures apt's ``Acquite::http::Pipeline-Depth`` option, whcih
+This module configures apt's ``Acquite::http::Pipeline-Depth`` option, which
controls how apt handles HTTP pipelining. It may be useful for pipelining to be
disabled, because some web servers, such as S3 do not pipeline properly (LP:
#948461). The ``apt_pipelining`` config key may be set to ``false`` to disable