summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-30 23:02:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-31 09:56:01 +0200
commit7a3e7ee1c7323e6db279d006ff218e6543228f3f (patch)
tree6a07665e45b7bd3a2d6fbb83783600e121ad3d7b
parentc2611f185f6a396ac17677079e9588b82f214aeb (diff)
Fix typos
Change-Id: Iaa00d65b518b3e638c2d31912e247cb91bdd0950 Reviewed-on: https://gerrit.libreoffice.org/58347 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--qadevOOo/runner/base/java_complex.java2
-rw-r--r--sd/source/ui/view/drviews2.cxx2
-rw-r--r--svgio/source/svgreader/svgstylenode.cxx2
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java
index 9e61c5c5f9ae..e0f6b796732a 100644
--- a/qadevOOo/runner/base/java_complex.java
+++ b/qadevOOo/runner/base/java_complex.java
@@ -40,7 +40,7 @@ public class java_complex implements TestBase
/**
* This function executes the complex tests given as parameter "-o" or "TestJob". It queries for the correspond class
- * and crates the JobDescription.
+ * and creates the JobDescription.
* @return true of all tests run successfully, else false
*/
public boolean executeTest(TestParameters param)
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index 349958309385..40ade045b23e 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -359,7 +359,7 @@ public:
class ClassificationInserter : public ClassificationCommon
{
private:
- /// Delete the previous existing classification object(s) - if they exists
+ /// Delete the previous existing classification object(s) - if they exist
void deleteExistingObjects()
{
OUString sKey = m_aKeyCreator.makeCategoryNameKey();
diff --git a/svgio/source/svgreader/svgstylenode.cxx b/svgio/source/svgreader/svgstylenode.cxx
index c909586724f5..281bab937bb2 100644
--- a/svgio/source/svgreader/svgstylenode.cxx
+++ b/svgio/source/svgreader/svgstylenode.cxx
@@ -127,7 +127,7 @@ namespace svgio
// which is just the space-char cleaned, concatenated Selectors. The part to 'match'
// these is in fillCssStyleVectorUsingHierarchyAndSelectors. There, the same string is
// built up using the priorities of local CssStyle, Id, Class and other info combined
- // with the existing hierarchy. This creates a specificity- and priority-sorted local
+ // with the existing hierarchy. This creates a specificity and priority-sorted local
// list for each node which is then chained using get/setCssStyleParent.
// The current solution is capable of solving space-separated selectors which can be
// mixed between Id, Class and type specifiers.
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index 8ed8f80a1c69..8707e3a478b2 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -515,7 +515,7 @@ bool URLParameter::query()
else if( parameter == "Active" )
m_aActive = value;
else if( parameter == "Version" )
- ; // ignored (but accepted) in the build-in help, useful only for the online help
+ ; // ignored (but accepted) in the built-in help, useful only for the online help
else
ret = false;
}