From c797a80395d9a2ac85a541631119841a10ac506a Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Fri, 22 Sep 2017 14:53:06 +0200
Subject: [PATCH] fix typo

---
 gitlab/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab/README.md b/gitlab/README.md
index 59ea50a..612791a 100644
--- a/gitlab/README.md
+++ b/gitlab/README.md
@@ -7,7 +7,7 @@ This directory contains scripts that are used by our continuous integration
 * `<stage>.sh`
 * `after_<stage>.sh`
 
-Each of these sets correpond to one of the build stages inside the CI builds.
+Each of these sets correspond to one of the build stages inside the CI builds.
 
 The script `install.sh` contains a basic set of routines to install and update
 the scripts on the target host. If you add more scripts, it is sensible to
-- 
GitLab