summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /ucb
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/qa/complex/tdoc/CheckContentProvider.java2
-rw-r--r--ucb/source/cacher/cachedcontentresultsetstub.cxx2
-rw-r--r--ucb/source/ucp/file/shell.hxx2
-rw-r--r--ucb/source/ucp/ftp/ftpresultsetI.cxx2
-rw-r--r--ucb/source/ucp/tdoc/tdoc_content.cxx2
-rw-r--r--ucb/source/ucp/webdav-neon/webdavcontent.cxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/ucb/qa/complex/tdoc/CheckContentProvider.java b/ucb/qa/complex/tdoc/CheckContentProvider.java
index 0f0639c9b5a6..2214ff53aa0f 100644
--- a/ucb/qa/complex/tdoc/CheckContentProvider.java
+++ b/ucb/qa/complex/tdoc/CheckContentProvider.java
@@ -304,7 +304,7 @@ public class CheckContentProvider {
xChild.oObj = UnoRuntime.queryInterface(XChild.class, xContent);
// hasParent determines if this content has a parent
assertNotNull("getParent()", xChild._getParent(hasParent));
- // parameter does dermine, if this function is supported: generally not supported with tdcp content
+ // parameter does determine, if this function is supported: generally not supported with tdcp content
assertNotNull("setParent()", xChild._setParent(false));
// check the XPropertyChangeNotifier interface
diff --git a/ucb/source/cacher/cachedcontentresultsetstub.cxx b/ucb/source/cacher/cachedcontentresultsetstub.cxx
index aa0d9ce01a0b..ee8b470b600d 100644
--- a/ucb/source/cacher/cachedcontentresultsetstub.cxx
+++ b/ucb/source/cacher/cachedcontentresultsetstub.cxx
@@ -350,7 +350,7 @@ void SAL_CALL CachedContentResultSetStub
::impl_propagateFetchSizeAndDirection( sal_Int32 nFetchSize, bool bFetchDirection )
throw ( RuntimeException )
{
- //this is done only for the case, that there is another CachedContentResultSet in the chain of underlying ResulSets
+ //this is done only for the case, that there is another CachedContentResultSet in the chain of underlying ResultSets
//we do not propagate the property 'FetchSize' or 'FetchDirection' via 'setPropertyValue' from the above CachedContentResultSet to save remote calls
diff --git a/ucb/source/ucp/file/shell.hxx b/ucb/source/ucp/file/shell.hxx
index c629d65c59fc..4b5e3162acb5 100644
--- a/ucb/source/ucp/file/shell.hxx
+++ b/ucb/source/ucp/file/shell.hxx
@@ -546,7 +546,7 @@ namespace fileaccess {
css::uno::Sequence< css::ucb::CommandInfo > m_sCommandInfo;
public:
- // Misceancellous:
+ // Miscellaneous:
// Methods for "writeComponentInfo" and "createComponentFactory"
static void SAL_CALL getScheme( OUString& Scheme );
diff --git a/ucb/source/ucp/ftp/ftpresultsetI.cxx b/ucb/source/ucp/ftp/ftpresultsetI.cxx
index 2456e8a80540..7c2b5c002362 100644
--- a/ucb/source/ucp/ftp/ftpresultsetI.cxx
+++ b/ucb/source/ucp/ftp/ftpresultsetI.cxx
@@ -47,7 +47,7 @@ ResultSetI::ResultSetI(const Reference<XComponentContext>& rxContext,
for( size_t i = 0; i < dirvec.size(); ++i)
m_aPath.push_back(dirvec[i].m_aURL);
- // m_aIdents holds the contentidentifiers
+ // m_aIdents holds the content identifiers
m_aItems.resize( m_aPath.size() );
m_aIdents.resize( m_aPath.size() );
diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx
index 6438156c5767..d28f750576ab 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.cxx
@@ -2048,7 +2048,7 @@ void Content::transfer(
ucbhelper::cancelCommandExecution(
uno::makeAny( lang::IllegalArgumentException(
OUString( "Invalid source URI! "
- "Unabale to determine source type!" ),
+ "Unable to determine source type!" ),
static_cast< cppu::OWeakObject * >( this ),
-1 ) ),
xEnv );
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 85ef1ed9eaef..b9bf065030f1 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -3010,7 +3010,7 @@ void Content::lock(
// since it mostly happens on read/only part of webdav, this appears to be the most correct exception available
throw
ucb::InteractiveNetworkWriteException(
- OUString( "Authentication error while tring to lock! Write only WebDAV perhaps?" ),
+ OUString( "Authentication error while trying to lock! Write only WebDAV perhaps?" ),
static_cast< cppu::OWeakObject * >( this ),
task::InteractionClassification_ERROR,
e.getData() );