diff options
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 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); |
