diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-06-30 12:56:14 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-09-11 19:26:04 +0000 |
| commit | d598a3a5662a0ce6d60b39d272fce9a278b348aa (patch) | |
| tree | 01411005c8d350718316c095d2c19e3b0b49e35b /CMakeScripts/ConfigPaths.cmake | |
| parent | Refactor xml editor, improve UI and prepare for future additions (diff) | |
| download | inkscape-d598a3a5662a0ce6d60b39d272fce9a278b348aa.tar.gz inkscape-d598a3a5662a0ce6d60b39d272fce9a278b348aa.zip | |
Misc. typos
Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
Diffstat (limited to 'CMakeScripts/ConfigPaths.cmake')
| -rw-r--r-- | CMakeScripts/ConfigPaths.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/ConfigPaths.cmake b/CMakeScripts/ConfigPaths.cmake index f62d14c4e..898d0dfc4 100644 --- a/CMakeScripts/ConfigPaths.cmake +++ b/CMakeScripts/ConfigPaths.cmake @@ -7,7 +7,7 @@ if(WIN32) endif() set(INKSCAPE_LIBDIR "\\\\lib") - set(INKSCAPE_DATADIR "") # can be set via the evironment variable INKSCAPE_DATADIR at runtime + set(INKSCAPE_DATADIR "") # can be set via the environment variable INKSCAPE_DATADIR at runtime set(PACKAGE_LOCALE_DIR "\\\\share\\\\locale") |
