diff options
| author | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-12-04 10:44:09 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-12-04 10:44:09 +0000 |
| commit | 4f1e34b47adaf4491bc56e0700235615904a1b1b (patch) | |
| tree | a84c0669ca92128484f6314aebb16792996aeb96 /src/io/resource.cpp | |
| parent | Add canvas flipping/rotation reset to the menu, improve strings (diff) | |
| parent | Misc. typos (diff) | |
| download | inkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.tar.gz inkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.zip | |
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/io/resource.cpp')
| -rw-r--r-- | src/io/resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/resource.cpp b/src/io/resource.cpp index 13da37d7a..0b242cc31 100644 --- a/src/io/resource.cpp +++ b/src/io/resource.cpp @@ -209,7 +209,7 @@ Glib::ustring get_filename(Glib::ustring path, Glib::ustring filename) } /* - * Get's all the files in a given type, for all domain types. + * Gets all the files in a given type, for all domain types. * * domain - Optional domain (overload), will check return domains if not. * type - The type of files, e.g. TEMPLATES |
