summaryrefslogtreecommitdiffstats
path: root/src/extension/dependency.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-10-07 17:36:50 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-10-07 17:36:50 +0000
commit4900c3a3443795400098bb264c6c6fd72c00f50f (patch)
treeab89163b75850e61be5ace3fd6de74fe71fea880 /src/extension/dependency.cpp
parentSVGLength::read handle inf (diff)
parentRemoved typo introduced in previous commit (diff)
downloadinkscape-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.cpp2
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.