diff options
Diffstat (limited to 'src/util/paths.conf')
-rw-r--r-- | src/util/paths.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/paths.conf b/src/util/paths.conf index 03febb0e4..c1d2194d8 100644 --- a/src/util/paths.conf +++ b/src/util/paths.conf @@ -16,7 +16,7 @@ TALER_HOME = ${TALER_TEST_HOME:-${HOME:-${USERPROFILE}}} # http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html # for how these should be used. -# Persistant data storage +# Persistent data storage TALER_DATA_HOME = ${XDG_DATA_HOME:-$TALER_HOME/.local/share}/taler/ # Configuration files |