diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2019-01-14 12:32:38 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2019-01-14 12:32:38 +0000 |
| commit | c74cd14f7ec7a98ec1319539faac2fce06f8655c (patch) | |
| tree | fcaad78e89d45ee7c1ba5304c8a5fe9129775fab /.gitlab-ci.yml | |
| parent | Merge !482 (diff) | |
| download | inkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.tar.gz inkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.zip | |
Misc. typo and whitespace fixes
Found via `codespell` and `atom editor`
Diffstat (limited to '')
| -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 f6489187d..dd57d9456 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -207,7 +207,7 @@ translations: git diff POTFILES.in; echo "New translatable strings in source files found."; echo "Please add the paths to POTFILES.in so they can be translated"; - echo "(or add them to POTFILES.skip to exlude them from translations)."; + echo "(or add them to POTFILES.skip to exclude them from translations)."; exit 1; fi' - rm POTFILES.in.1 POTFILES.in.2 |
