diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-22 23:27:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 11:44:59 +0200 |
commit | 7d071f35bee7bed82ac47429a594e76617518d20 (patch) | |
tree | 3ed3c824582657839c55a1caf4c246788533929f /desktop/source/deployment/registry | |
parent | 934fa68365b40c9dcfe5ae4a0e712195e0c1d5a4 (diff) |
Fix typos
Change-Id: Iebc31a53404da41f35eed7338662365d7efbd7a2
Reviewed-on: https://gerrit.libreoffice.org/57810
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop/source/deployment/registry')
-rw-r--r-- | desktop/source/deployment/registry/executable/dp_executable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/executable/dp_executable.cxx b/desktop/source/deployment/registry/executable/dp_executable.cxx index 5f7eb30519d3..64be7a09992e 100644 --- a/desktop/source/deployment/registry/executable/dp_executable.cxx +++ b/desktop/source/deployment/registry/executable/dp_executable.cxx @@ -244,7 +244,7 @@ void BackendImpl::ExecutablePackageImpl::processPackage_( //installed. That is an executable must have the right flags OSL_ASSERT(false); - //This won't have affect on Windows + //This won't have effect on Windows osl::File::setAttributes( dp_misc::expandUnoRcUrl(m_url), attributes); } |