diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-07 17:36:50 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-07 17:36:50 +0000 |
| commit | 4900c3a3443795400098bb264c6c6fd72c00f50f (patch) | |
| tree | ab89163b75850e61be5ace3fd6de74fe71fea880 /src/extension/dependency.cpp | |
| parent | SVGLength::read handle inf (diff) | |
| parent | Removed typo introduced in previous commit (diff) | |
| download | inkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.tar.gz inkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.zip | |
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/extension/dependency.cpp')
| -rw-r--r-- | src/extension/dependency.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp index 845ed8202..fde6ee86f 100644 --- a/src/extension/dependency.cpp +++ b/src/extension/dependency.cpp @@ -114,7 +114,7 @@ Dependency::~Dependency () If the \c _location is \c LOCATION_EXTENSIONS then the \c INKSCAPE_EXTENSIONDIR is put on the front of the string with \c build_filename. Then the - appopriate filetest is run. + appropriate filetest is run. If the \c _location is \c LOCATION_ABSOLUTE then the file test is run directly on the string. |
