summaryrefslogtreecommitdiff
path: root/xmerge/source/xmerge/java/org/openoffice
diff options
context:
space:
mode:
Diffstat (limited to 'xmerge/source/xmerge/java/org/openoffice')
-rw-r--r--xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java2
-rw-r--r--xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
index 52c40c661436..3ed3aa2de872 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
@@ -90,7 +90,7 @@ public final class DocumentSerializerImpl
/**
* Method to convert a <code>Document</code> with an xsl stylesheet.
* It creates a <code>Document</code> object, which is then transformed
- * with the Xslt processer. A <code>ConvertData </code> object is
+ * with the Xslt processor. A <code>ConvertData </code> object is
* constructed and returned.
*
* @return cd A <code>ConvertData</code> object.
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java
index ea3e78147bb5..60b2590de3f5 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java
@@ -252,7 +252,7 @@ public class ColourConverter {
int blue = colour.getBlue();
// We need to convert the pale colors to their base color rather than
- // white so we modify the rgb values if the colour is sufficently
+ // white so we modify the rgb values if the colour is sufficiently
// white
if(red>0xC0 && green>0xC0 && blue>0xC0) {
@@ -302,7 +302,7 @@ public class ColourConverter {
* is closest to White.
*
* Shades of grey will be converted to either Silver or White, where
- * Grey may be a more appropraite colour. This is handled specially
+ * Grey may be a more appropriate colour. This is handled specially
* only for Silver and White matches.
*/
switch (matchedRGB) {