[Libreoffice-commits] core.git: desktop/source include/tools
dennisroczek
dennisroczek at libreoffice.org
Fri Aug 18 15:40:33 UTC 2017
desktop/source/deployment/registry/executable/dp_executable.cxx | 2 +-
include/tools/inetmime.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e182760b16f9d71d93907c4bba86d26a466d8918
Author: dennisroczek <dennisroczek at libreoffice.org>
Date: Sun Jul 9 23:28:10 2017 +0200
fix typos
Change-Id: Ie0228b07bf801faab5241d835bca36676a07682e
Reviewed-on: https://gerrit.libreoffice.org/39736
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
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);
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx
index 37a0288cd1d2..1c51a4f6a382 100644
--- a/include/tools/inetmime.hxx
+++ b/include/tools/inetmime.hxx
@@ -159,7 +159,7 @@ public:
token "/" token *(";" token "=" (token / quoted-string))
with intervening linear white space and comments (cf. RFCs 822, 2045).
- The RFC 2231 extension are supported. The encoding of rMediaType
+ The RFC 2231 extensions are supported. The encoding of rMediaType
should be US-ASCII, but any Unicode values in the range U+0080..U+FFFF
are interpreted 'as appropriate.'
More information about the Libreoffice-commits
mailing list