summaryrefslogtreecommitdiffstats
path: root/src/io/resource.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-03-21 02:37:06 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2019-03-21 02:37:06 +0000
commitd8480e53803e8971673f879ec6895971e991a09f (patch)
treed30213bd55148b1bb4a2c13a028a10a9b68662ef /src/io/resource.cpp
parentFix #116: Wrong element names shown in XML editor for circles and ellipses (diff)
downloadinkscape-d8480e53803e8971673f879ec6895971e991a09f.tar.gz
inkscape-d8480e53803e8971673f879ec6895971e991a09f.zip
Misc. typos and whitespace fixes
Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
Diffstat (limited to 'src/io/resource.cpp')
-rw-r--r--src/io/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/resource.cpp b/src/io/resource.cpp
index 7d41acf65..edabf72dd 100644
--- a/src/io/resource.cpp
+++ b/src/io/resource.cpp
@@ -376,7 +376,7 @@ char *profile_path(const char *filename)
static const gchar *prefdir = nullptr;
if (!prefdir) {
- // Check if profile directory is overriden using environment variable
+ // Check if profile directory is overridden using environment variable
gchar const *userenv = g_getenv("INKSCAPE_PROFILE_DIR");
if (userenv) {
prefdir = g_strdup(userenv);