summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-26 13:32:13 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-05-27 10:12:35 +0200
commit6e36ec6706260ea82f72b4a32b55d69fde3aa48c (patch)
treed6d52db33afb33c5ab4677576a5cbf5b7db64a55
parent91cd384e8fb77db88bf75a9fc3b3213724cfc36d (diff)
Fix typos
Change-Id: I907e5dbcd7c62344c2c76fe2fdaf1b18ecfecee1 Reviewed-on: https://gerrit.libreoffice.org/54838 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--connectivity/source/drivers/firebird/Catalog.cxx2
-rw-r--r--odk/examples/DevelopersGuide/Config/ConfigExamples.java2
-rw-r--r--offapi/com/sun/star/configuration/backend/LocalSingleStratum.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/MultiLayerStratum.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/PlatformBackend.idl2
-rw-r--r--offapi/com/sun/star/table/Cell.idl2
-rw-r--r--offapi/com/sun/star/text/Cell.idl2
-rw-r--r--qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java4
-rw-r--r--shell/source/win32/shlxthandler/util/utilities.cxx2
-rw-r--r--soltools/mkdepend/ifparser.c2
-rw-r--r--xmloff/source/transform/Oasis2OOo.cxx2
11 files changed, 12 insertions, 12 deletions
diff --git a/connectivity/source/drivers/firebird/Catalog.cxx b/connectivity/source/drivers/firebird/Catalog.cxx
index c9fc63486dc4..7bccd521eaad 100644
--- a/connectivity/source/drivers/firebird/Catalog.cxx
+++ b/connectivity/source/drivers/firebird/Catalog.cxx
@@ -25,7 +25,7 @@ Catalog::Catalog(const uno::Reference< XConnection >& rConnection):
//----- OCatalog -------------------------------------------------------------
void Catalog::refreshTables()
{
- // TODO: set type -- currenty we also get system tables...
+ // TODO: set type -- currently we also get system tables...
Sequence< OUString > aTypes(2);
aTypes[0] = "TABLE";
aTypes[1] = "VIEW";
diff --git a/odk/examples/DevelopersGuide/Config/ConfigExamples.java b/odk/examples/DevelopersGuide/Config/ConfigExamples.java
index 79ff21da3809..b74d24f7dab2 100644
--- a/odk/examples/DevelopersGuide/Config/ConfigExamples.java
+++ b/odk/examples/DevelopersGuide/Config/ConfigExamples.java
@@ -847,7 +847,7 @@ public class ConfigExamples
ATTENTION: This example requires an older version of the
org.openoffice.Office.DataAccess schema.
It does not work with the current schema.
- Because of this, the method currenty does nothing.
+ Because of this, the method currently does nothing.
You can still use the techniques shown in the example code.
*/
void storeSampleDataSource()
diff --git a/offapi/com/sun/star/configuration/backend/LocalSingleStratum.idl b/offapi/com/sun/star/configuration/backend/LocalSingleStratum.idl
index 598fd305389b..552ee7d5f55f 100644
--- a/offapi/com/sun/star/configuration/backend/LocalSingleStratum.idl
+++ b/offapi/com/sun/star/configuration/backend/LocalSingleStratum.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module configuration { module backend {
/**
implements SingleLayerStratum that
- provides access to a singe layer of configuration data from local file system
+ provides access to a single layer of configuration data from local file system
*/
service LocalSingleStratum
{
diff --git a/offapi/com/sun/star/configuration/backend/MultiLayerStratum.idl b/offapi/com/sun/star/configuration/backend/MultiLayerStratum.idl
index b88120a10e2c..6081c77b277d 100644
--- a/offapi/com/sun/star/configuration/backend/MultiLayerStratum.idl
+++ b/offapi/com/sun/star/configuration/backend/MultiLayerStratum.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module configuration { module backend {
/**
- Provides access to a singe layer of configuration data
+ Provides access to a single layer of configuration data
*/
service MultiLayerStratum
{
diff --git a/offapi/com/sun/star/configuration/backend/PlatformBackend.idl b/offapi/com/sun/star/configuration/backend/PlatformBackend.idl
index fecc0b9007c0..4b6b1485715a 100644
--- a/offapi/com/sun/star/configuration/backend/PlatformBackend.idl
+++ b/offapi/com/sun/star/configuration/backend/PlatformBackend.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module configuration { module backend {
/**
implements SingleLayerStratum that
- provides access to a singe layer of configuration data from external data store
+ provides access to a single layer of configuration data from external data store
*/
service PlatformBackend
{
diff --git a/offapi/com/sun/star/table/Cell.idl b/offapi/com/sun/star/table/Cell.idl
index d5113aefba2b..753ebb2d9853 100644
--- a/offapi/com/sun/star/table/Cell.idl
+++ b/offapi/com/sun/star/table/Cell.idl
@@ -28,7 +28,7 @@
module com { module sun { module star { module table {
-/** represents a singe cell within a table.
+/** represents a single cell within a table.
*/
published service Cell
{
diff --git a/offapi/com/sun/star/text/Cell.idl b/offapi/com/sun/star/text/Cell.idl
index 9c7cf78a141e..7051208e4236 100644
--- a/offapi/com/sun/star/text/Cell.idl
+++ b/offapi/com/sun/star/text/Cell.idl
@@ -29,7 +29,7 @@
module com { module sun { module star { module text {
-/** represents a singe cell within a text table.
+/** represents a single cell within a text table.
@see com::sun::star::text::TextTable
*/
diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java b/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java
index d766c963d7e3..304b52b71f0a 100644
--- a/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java
+++ b/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java
@@ -136,7 +136,7 @@ public class _XTreeNode extends MultiMethodTest {
log.println("ERROR: getChildAt(0): " + ex.toString());
}
- log.println("try to get parrent of children");
+ log.println("try to get parent of children");
if (xNode == null) {
log.println("missing xNode");
tRes.tested("getParent()", false);
@@ -146,7 +146,7 @@ public class _XTreeNode extends MultiMethodTest {
bOK = oObj.equals(xParrent);
- log.println("original object and parrent should be the same: " + bOK);
+ log.println("original object and parent should be the same: " + bOK);
tRes.tested("getParent()", bOK);
}
}
diff --git a/shell/source/win32/shlxthandler/util/utilities.cxx b/shell/source/win32/shlxthandler/util/utilities.cxx
index 3a7494b7cc97..2f498daae5c5 100644
--- a/shell/source/win32/shlxthandler/util/utilities.cxx
+++ b/shell/source/win32/shlxthandler/util/utilities.cxx
@@ -115,7 +115,7 @@ bool HasOnlySpaces(const std::wstring& String)
/** helper function to convert windows paths to short form.
@returns
- shortend path.
+ shortened path.
*/
std::wstring getShortPathName( const std::wstring& aLongName )
diff --git a/soltools/mkdepend/ifparser.c b/soltools/mkdepend/ifparser.c
index 8777e795f18e..52eb40d2e670 100644
--- a/soltools/mkdepend/ifparser.c
+++ b/soltools/mkdepend/ifparser.c
@@ -50,7 +50,7 @@
* | '&' | '|'
* | '&&' | '||'
*
- * The normal C order of precidence is supported.
+ * The normal C order of precedence is supported.
*
*
* External Entry Points:
diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx
index 555cafc04576..8cd00689caa9 100644
--- a/xmloff/source/transform/Oasis2OOo.cxx
+++ b/xmloff/source/transform/Oasis2OOo.cxx
@@ -227,7 +227,7 @@ static XMLTransformerActionInit aActionTable[] =
// process <test:list>'s text:style-name attributes
// rename <text:list> to <text:ordered-list> or <text:unordered-list>
- // TODO: All list currenty are renamed to <text:ordered-list>
+ // TODO: All list currently are renamed to <text:ordered-list>
ENTRY2QN( TEXT, LIST, XML_ETACTION_RENAME_ELEM_PROC_ATTRS,
XML_NAMESPACE_TEXT, XML_ORDERED_LIST,
OASIS_LIST_STYLE_REF_ACTIONS ),