summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-28 14:50:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-29 11:43:54 +0200
commit0775b90892f2a1cac269ae26cd63b1030f897e5c (patch)
treefc0160ea3533d4d66ebe82df5578c654ad5220c6 /ucb
parente0e217f3c10235adee056dac367916335c94b5bd (diff)
Fix typos
Change-Id: I473956d570feac508e52a3e52cc26cc154f4dc56 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101627 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/gio/gio_content.cxx2
-rw-r--r--ucb/source/ucp/hierarchy/hierarchycontent.cxx2
-rw-r--r--ucb/source/ucp/package/pkgcontent.cxx2
-rw-r--r--ucb/source/ucp/tdoc/tdoc_content.cxx2
-rw-r--r--ucb/source/ucp/webdav-neon/webdavcontent.cxx2
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.cxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx
index 87c50d498fc5..f67ab4738abc 100644
--- a/ucb/source/ucp/gio/gio_content.cxx
+++ b/ucb/source/ucp/gio/gio_content.cxx
@@ -606,7 +606,7 @@ bool Content::exchangeIdentity( const css::uno::Reference< css::ucb::XContentIde
OUString aOldURL = m_xIdentifier->getContentIdentifier();
- // Exchange own identitity.
+ // Exchange own identity.
if ( exchange( xNewId ) )
{
// Process instantiated children...
diff --git a/ucb/source/ucp/hierarchy/hierarchycontent.cxx b/ucb/source/ucp/hierarchy/hierarchycontent.cxx
index 6228f2bd9e07..ca0f8c7198b3 100644
--- a/ucb/source/ucp/hierarchy/hierarchycontent.cxx
+++ b/ucb/source/ucp/hierarchy/hierarchycontent.cxx
@@ -778,7 +778,7 @@ bool HierarchyContent::exchangeIdentity(
return false;
}
- // Exchange own identitity.
+ // Exchange own identity.
// Fail, if a content with given id already exists.
if ( !hasData( xNewId ) )
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index 794e769fe661..7a7204978fda 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -1952,7 +1952,7 @@ bool Content::exchangeIdentity(
return false;
}
- // Exchange own identitity.
+ // Exchange own identity.
// Fail, if a content with given id already exists.
PackageUri aNewUri( xNewId->getContentIdentifier() );
diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx
index 089aaa8275ae..99e81dc7700f 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.cxx
@@ -777,7 +777,7 @@ bool Content::exchangeIdentity(
return false;
}
- // Exchange own identitity.
+ // Exchange own identity.
// Fail, if a content with given id already exists.
if ( !hasData( Uri( xNewId->getContentIdentifier() ) ) )
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 6967cc7b52c4..fd78627c146f 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -3406,7 +3406,7 @@ bool Content::exchangeIdentity(
return false;
}
- // Exchange own identitity.
+ // Exchange own identity.
// Fail, if a content with given id already exists.
// if ( !hasData( xNewId ) )
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index 6c0198199011..4cf298bdf471 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -2884,7 +2884,7 @@ bool Content::exchangeIdentity(
return false;
}
- // Exchange own identitity.
+ // Exchange own identity.
// Fail, if a content with given id already exists.
// if ( !hasData( xNewId ) )