From 4de8ad1f85094ceea9d332bc219bc5c6a1cd1863 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille <guilhem.bonnefille@c-s.fr> Date: Tue, 19 Mar 2019 14:23:39 +0100 Subject: [PATCH] Fix typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92d28ce687..61882d945f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ # Git-LFS is mostly transparent for the user and recent versions # are able to use Git-LFS quite efficiently. # But Git fails to manage efficiently numerous LFS data. -# We have to use directly git-lfs wrappring commands to have an +# We have to use directly git-lfs wrapping commands to have an # efficient cloning step. # Furthermore, Git-LFS and Gitlab sufer a bug preventing usage of # GIT_STRATEGY=fetch (https://gitlab.com/gitlab-org/gitlab-runner/issues/3318) -- GitLab