From 2659ce5a325688a3db9900d6d662e92048f0539e Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 7 Nov 2017 13:55:26 -0500 Subject: 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 ``` --- src/io/resource.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/io/resource.cpp') 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 get_filenames(Type type, std::vector extensions, std::vector exclusions) -- cgit v1.2.3