diff options
Diffstat (limited to 'desktop')
-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 fd1931185ff4..5886eab9dfcf 100644 --- a/desktop/source/deployment/registry/executable/dp_executable.cxx +++ b/desktop/source/deployment/registry/executable/dp_executable.cxx @@ -236,7 +236,7 @@ void BackendImpl::ExecutablePackageImpl::processPackage_( return; } sal_uInt64 attributes = 0; - //Setting the executable attribut does not affect executables on Windows + //Setting the executable attribute does not affect executables on Windows if (getFileAttributes(attributes)) { if(getMyBackend()->m_context == "user") |