diff options
| author | Unknown <kunda@scribus.net> | 2017-11-07 18:55:26 +0000 |
|---|---|---|
| committer | Unknown <kunda@scribus.net> | 2017-11-07 18:55:26 +0000 |
| commit | 2659ce5a325688a3db9900d6d662e92048f0539e (patch) | |
| tree | f55a967bd07fcef78b1834ea9c21f6bd93b00cb0 /buildtools/msys2checkdeps.py | |
| parent | Set primitive filter area in feComposite and feMerge. Needed for tiling. (diff) | |
| download | inkscape-2659ce5a325688a3db9900d6d662e92048f0539e.tar.gz inkscape-2659ce5a325688a3db9900d6d662e92048f0539e.zip | |
Misc. typos
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```
Diffstat (limited to 'buildtools/msys2checkdeps.py')
| -rw-r--r-- | buildtools/msys2checkdeps.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildtools/msys2checkdeps.py b/buildtools/msys2checkdeps.py index d64d9bcbc..eebeea15c 100644 --- a/buildtools/msys2checkdeps.py +++ b/buildtools/msys2checkdeps.py @@ -8,9 +8,9 @@ # MODE # list - list dependencies in human-readable form with full path and list of dependents # list-compact - list dependencies in compact form (as a plain list of filenames) -# check - check for missing or unused dependecies (see below for details) -# check-missing - check if all required dependecies are present in PATH -# exits with error code 2 if missing dependecies are found and prints the list to stderr +# check - check for missing or unused dependencies (see below for details) +# check-missing - check if all required dependencies are present in PATH +# exits with error code 2 if missing dependencies are found and prints the list to stderr # check-unused - check if any of the libraries in the root of PATH are unused and prints the list to stderr # # PATH |
