summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2017-07-09 23:28:10 +0200
committerEike Rathke <erack@redhat.com>2017-08-18 17:38:36 +0200
commite182760b16f9d71d93907c4bba86d26a466d8918 (patch)
tree601b79681ff51662334d95e29b4f617521dd7a3f /desktop/source/deployment/registry
parente64a54acfea031d45b06b4c9d606fc03bfcbf40b (diff)
fix typos
Change-Id: Ie0228b07bf801faab5241d835bca36676a07682e Reviewed-on: https://gerrit.libreoffice.org/39736 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'desktop/source/deployment/registry')
-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 fbdb4614455e..fc35cd592bf2 100644
--- a/desktop/source/deployment/registry/executable/dp_executable.cxx
+++ b/desktop/source/deployment/registry/executable/dp_executable.cxx
@@ -241,7 +241,7 @@ void BackendImpl::ExecutablePackageImpl::processPackage_(
attributes |= (osl_File_Attribute_OwnExe | osl_File_Attribute_GrpExe
| osl_File_Attribute_OthExe);
else if (!(getMyBackend()->m_context == "bundled"))
- //Bundled extension are required to be in the properly
+ //Bundled extensions are required to be in the properly
//installed. That is an executable must have the right flags
OSL_ASSERT(false);