diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-09-16 22:45:42 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-09-16 22:45:42 +0000 |
| commit | 1a29e885b6e40720382f2b4d78f0a77635102cea (patch) | |
| tree | 1f9807b6d8849ec055f18b6a862f08927ae17b77 /.gitlab-ci.yml | |
| parent | Missing semicolon (diff) | |
| download | inkscape-1a29e885b6e40720382f2b4d78f0a77635102cea.tar.gz inkscape-1a29e885b6e40720382f2b4d78f0a77635102cea.zip | |
Misc. typo and whitespace fixes
Follow-up to #289
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 fa35ecdc2..f51c75407 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,7 +146,7 @@ translations: except: - schedules script: - # make sure dependecies for inkscape.pot are up-to-date + # make sure dependencies for inkscape.pot are up-to-date - mkdir build && cd build && cmake .. && make inkscape_pot && cd .. - cd po/ |
