summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-01-14 12:32:38 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2019-01-14 12:32:38 +0000
commitc74cd14f7ec7a98ec1319539faac2fce06f8655c (patch)
treefcaad78e89d45ee7c1ba5304c8a5fe9129775fab /.gitlab-ci.yml
parentMerge !482 (diff)
downloadinkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.tar.gz
inkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.zip
Misc. typo and whitespace fixes
Found via `codespell` and `atom editor`
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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