summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-14 23:42:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-16 14:28:07 +0100
commiteae9bf0d25f34e0ff9d54191ea8732a8bfecb969 (patch)
tree0fc407e1e6626a212d25e7b92e3db0df4a3c23b8 /ucb
parent0183c7c3b86be4be9c5fd6eec09785bd99c0a0b4 (diff)
Fix typos
Change-Id: Id3d1a07922d4ca05e3bbf61d4b5797a30fc5b23a Reviewed-on: https://gerrit.libreoffice.org/47872 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/core/ucb.cxx4
-rw-r--r--ucb/source/ucp/webdav/ContentProperties.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx
index 4e199f14c3df..45bcea03d7bb 100644
--- a/ucb/source/core/ucb.cxx
+++ b/ucb/source/core/ucb.cxx
@@ -697,14 +697,14 @@ Any SAL_CALL UniversalContentBroker::execute(
// virtual
void SAL_CALL UniversalContentBroker::releaseCommandIdentifier(sal_Int32 /*aCommandId*/)
{
- // @@@ Not implemeted ( yet).
+ // @@@ Not implemented ( yet).
}
// virtual
void SAL_CALL UniversalContentBroker::abort( sal_Int32 )
{
- // @@@ Not implemeted ( yet).
+ // @@@ Not implemented ( yet).
}
diff --git a/ucb/source/ucp/webdav/ContentProperties.hxx b/ucb/source/ucp/webdav/ContentProperties.hxx
index cd0f769b9c55..1f98a49d6d48 100644
--- a/ucb/source/ucp/webdav/ContentProperties.hxx
+++ b/ucb/source/ucp/webdav/ContentProperties.hxx
@@ -82,7 +82,7 @@ public:
// Maps the UCB property names contained in rProps with their DAV property
// counterparts, if possible. All unmappable properties will be included
// unchanged in resulting vector unless bIncludeUnmatched is set to false.
- // The vector filles by this method can directly be handed over to
+ // The vector filled by this method can directly be handed over to
// DAVResourceAccess::PROPFIND. The result from PROPFIND
// (vector< DAVResource >) can be used to create a ContentProperties
// instance which can map DAV properties back to UCB properties.
@@ -93,7 +93,7 @@ public:
// Maps the UCB property names contained in rProps with their HTTP header
// counterparts, if possible. All unmappable properties will be included
// unchanged in resulting vector unless bIncludeUnmatched is set to false.
- // The vector filles by this method can directly be handed over to
+ // The vector filled by this method can directly be handed over to
// DAVResourceAccess::HEAD. The result from HEAD (vector< DAVResource >)
// can be used to create a ContentProperties instance which can map header
// names back to UCB properties.