From 0bf3a997130d0261c309a03be926f338985d97bd Mon Sep 17 00:00:00 2001 From: Yao Lu <lu.yao135@zte.com.cn> Date: Mon, 23 Jan 2017 12:10:39 +0800 Subject: [PATCH] Fix spelling mistake in setup_Debian.sh TrivialFix Change-Id: I4782a64dc1ad97c089d1ceb8b43a06bca37c662f Signed-off-by: Yao Lu <lu.yao135@zte.com.cn> --- tools/setup_Debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup_Debian.sh b/tools/setup_Debian.sh index 5e4f139866..0c32578388 100755 --- a/tools/setup_Debian.sh +++ b/tools/setup_Debian.sh @@ -11,7 +11,7 @@ function add_key { echo "Failed to add Docker keyring" exit 1 fi - # hkp://pool.sks-keyservers.net intermittenly doesnt have the correct + # hkp://pool.sks-keyservers.net intermittently doesn't have the correct # keyring. p80 is what the docker script pulls from and what we should # use for reliability too sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D && break || :