From ca6682f3f86dbcf2b5346ae69d45293e8a59322b Mon Sep 17 00:00:00 2001 From: Deepesh Pathak Date: Wed, 24 Jan 2018 14:25:15 +0530 Subject: Fix spelling mistakes corresponding to ticket #23650 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba981d5f14..d2d0d55dd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ update: - ssh-add <(echo "$DEPLOY_KEY") # For Docker builds disable host key checking. Be aware that by adding that - # you are suspectible to man-in-the-middle attacks. + # you are susceptible to man-in-the-middle attacks. # WARNING: Use this only with the Docker executor, if you use it with shell # you will overwrite your user's SSH config. - mkdir -p ~/.ssh -- cgit v1.2.3-54-g00ecf