summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:12:22 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-09-30 10:41:48 +0000
commit82f0a4f9300ab3898925941ff541b3382b0175e0 (patch)
tree8e667af1abf57c07c63b55446f1955859205845b /ucb
parent835d7774e78df95d0c59243b6c1b8ed1b51b2311 (diff)
Fix typos
Change-Id: I3926eca56ac9f54f9ddbf88610888ce97cf00b34 Reviewed-on: https://gerrit.libreoffice.org/18990 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/qa/complex/tdoc/CheckContentProvider.java6
-rw-r--r--ucb/source/cacher/cachedcontentresultset.cxx2
-rw-r--r--ucb/source/ucp/cmis/cmis_content.cxx2
-rw-r--r--ucb/source/ucp/webdav/webdavresponseparser.cxx2
4 files changed, 6 insertions, 6 deletions
diff --git a/ucb/qa/complex/tdoc/CheckContentProvider.java b/ucb/qa/complex/tdoc/CheckContentProvider.java
index 09a2576e5466..0f0639c9b5a6 100644
--- a/ucb/qa/complex/tdoc/CheckContentProvider.java
+++ b/ucb/qa/complex/tdoc/CheckContentProvider.java
@@ -187,7 +187,7 @@ public class CheckContentProvider {
/**
* Check a folder on document 2 (document 2 contains an embedded picture and
- * therefore contans a subfolder "Pictures"
+ * therefore contains a subfolder "Pictures"
*/
@Test public void checkTDOCFolder() {
try {
@@ -302,9 +302,9 @@ public class CheckContentProvider {
// check the XChild interface
_XChild xChild = new _XChild();
xChild.oObj = UnoRuntime.queryInterface(XChild.class, xContent);
- // hasParent dermines, if this content has a parent
+ // hasParent determines if this content has a parent
assertNotNull("getParent()", xChild._getParent(hasParent));
- // parameter does dermine, if this funczion is supported: generally not supported with tdcp content
+ // parameter does dermine, 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/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx
index 57378e947767..cc3c44007de7 100644
--- a/ucb/source/cacher/cachedcontentresultset.cxx
+++ b/ucb/source/cacher/cachedcontentresultset.cxx
@@ -111,7 +111,7 @@ template<typename T> T CachedContentResultSet::rowOriginGet(
-// CCRS_Cache methoeds.
+// CCRS_Cache methods
diff --git a/ucb/source/ucp/cmis/cmis_content.cxx b/ucb/source/ucp/cmis/cmis_content.cxx
index 0527783a580c..3e52ffb906ed 100644
--- a/ucb/source/ucp/cmis/cmis_content.cxx
+++ b/ucb/source/ucp/cmis/cmis_content.cxx
@@ -481,7 +481,7 @@ namespace cmis
libcmis::ObjectPtr Content::getObject( const uno::Reference< ucb::XCommandEnvironment >& xEnv ) throw (css::uno::RuntimeException, css::ucb::CommandFailedException, libcmis::Exception)
{
// can't get the session for some reason
- // the recent file openning at start up is an example.
+ // the recent file opening at start up is an example.
try
{
if ( !getSession( xEnv ) )
diff --git a/ucb/source/ucp/webdav/webdavresponseparser.cxx b/ucb/source/ucp/webdav/webdavresponseparser.cxx
index fd36a86d8289..a00b13daf0f3 100644
--- a/ucb/source/ucp/webdav/webdavresponseparser.cxx
+++ b/ucb/source/ucp/webdav/webdavresponseparser.cxx
@@ -746,7 +746,7 @@ namespace
}
case WebDAVName_response:
{
- // respose end
+ // response end
if(maHref.getLength())
{
if(isCollectingProperties())