summaryrefslogtreecommitdiffstats
path: root/src/io/resource.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-11-07 22:55:26 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-11-07 22:56:38 +0000
commit7aacbbee8e7d24a601f576ddbeb68dc164902336 (patch)
tree3e05299dac3316d107382efcf217e404fd0e6305 /src/io/resource.cpp
parentFixes to Filter Dialog (diff)
parentMisc. typos (diff)
downloadinkscape-7aacbbee8e7d24a601f576ddbeb68dc164902336.tar.gz
inkscape-7aacbbee8e7d24a601f576ddbeb68dc164902336.zip
Merge branch 'luzpaz/inkscape-typos' (!119)
Diffstat (limited to 'src/io/resource.cpp')
-rw-r--r--src/io/resource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io/resource.cpp b/src/io/resource.cpp
index 3f970dfa1..13da37d7a 100644
--- a/src/io/resource.cpp
+++ b/src/io/resource.cpp
@@ -134,7 +134,7 @@ Glib::ustring get_path_ustring(Domain domain, Type type, char const *filename)
}
/*
- * Same as get_path, but checks for file's existance and falls back
+ * Same as get_path, but checks for file's existence and falls back
* from USER to SYSTEM modes.
*
* type - The type of file to get, such as extension, template, ui etc
@@ -214,7 +214,7 @@ Glib::ustring get_filename(Glib::ustring path, Glib::ustring filename)
* domain - Optional domain (overload), will check return domains if not.
* type - The type of files, e.g. TEMPLATES
* path - Instead of Domain and Type, specify the path to get the files from.
- * extentions - A list of extensions to return, e.g. xml, svg
+ * extensions - A list of extensions to return, e.g. xml, svg
* exclusions - A list of names to exclude e.g. default.xml
*/
std::vector<Glib::ustring> get_filenames(Type type, std::vector<const char *> extensions, std::vector<const char *> exclusions)