summaryrefslogtreecommitdiff
path: root/framework/source/services/substitutepathvars.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/substitutepathvars.cxx')
-rw-r--r--framework/source/services/substitutepathvars.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx
index b780ad18421d..c3cb4da84124 100644
--- a/framework/source/services/substitutepathvars.cxx
+++ b/framework/source/services/substitutepathvars.cxx
@@ -837,7 +837,7 @@ OUString SubstitutePathVariables::GetWorkVariableValue() const
boost::optional<OUString> x(officecfg::Office::Paths::Variables::Work::get(m_xContext));
if (!x)
{
- // fallback to $HOME in case platform dependend config layer does not return
+ // fallback to $HOME in case platform dependent config layer does not return
// an usuable work dir value.
osl::Security aSecurity;
aSecurity.getHomeDir( aWorkPath );