summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:52:49 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:59 +0200
commitfa1f7d27c11214b836e436b5c8cad63f3097c7ed (patch)
treef8d6ca3fee4f547a2802c53dda8aab7dabd544f6 /desktop
parent07c60c8ee2d1465544a6a39e57bc06b3690b8dfb (diff)
typo: attribut -> attribute
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/executable/dp_executable.cxx2
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")