diff options
author | Brian Wignall <brianwignall@gmail.com> | 2019-11-29 14:25:14 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-02 03:44:16 -0500 |
commit | 717f323609857a40fdbefe7a5ba426747512414a (patch) | |
tree | daa6c5cb93d35ac3b13e02f72484e87ca6e4aa3f /.gitlab-ci.yml | |
parent | 18baed641fccc7fd91988334544d47505b577810 (diff) | |
download | haskell-717f323609857a40fdbefe7a5ba426747512414a.tar.gz |
Fix more typos
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56c81ab963..7005469796 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,7 +106,7 @@ typecheck-testsuite: - lint # We allow the submodule checker to fail when run on merge requests (to -# accomodate, e.g., haddock changes not yet upstream) but not on `master` or +# accommodate, e.g., haddock changes not yet upstream) but not on `master` or # Marge jobs. .lint-submods: <<: *only-default |