From 6bc4c2f9b7b657d42bed00ac4a00efbe4ec71b9b Mon Sep 17 00:00:00 2001 From: wangqi Date: Wed, 28 Feb 2018 08:16:31 +0000 Subject: [PATCH] fix spelling mistake in proxy.rst Change-Id: I83930bbb48cc15a5d0690f627c178706676b4db0 --- doc/source/troubleshooting/proxy.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/troubleshooting/proxy.rst b/doc/source/troubleshooting/proxy.rst index 3e3439bd2f..c28cdc4078 100644 --- a/doc/source/troubleshooting/proxy.rst +++ b/doc/source/troubleshooting/proxy.rst @@ -14,10 +14,10 @@ an rc file or through modifying ``/etc/environment``. .. code-block:: shell - export http_proxy="http://username:passwrd@host:port" - export HTTP_PROXY="http://username:passwrd@host:port" - export https_proxy="https://username:passwrd@host:port" - export HTTPS_PROXY="https://username:passwrd@host:port" + export http_proxy="http://username:password@host:port" + export HTTP_PROXY="http://username:password@host:port" + export https_proxy="https://username:password@host:port" + export HTTPS_PROXY="https://username:password@host:port" export no_proxy="127.0.0.1,localhost,.svc.cluster.local" export NO_PROXY="127.0.0.1,localhost,.svc.cluster.local"