summaryrefslogtreecommitdiff
path: root/xmerge
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-11-10 15:05:25 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-11-12 11:04:11 +0000
commitda40cac540e7d735edbe9069b3c8ec6af4530208 (patch)
treef2abda7281129e13f588c77b18780a7090c8405f /xmerge
parentbb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff)
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmerge')
-rw-r--r--xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentSerializerFactory.java4
-rw-r--r--xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/ConverterInfoMgr.java6
2 files changed, 5 insertions, 5 deletions
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentSerializerFactory.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentSerializerFactory.java
index 12ab4c045616..e4852ff1e182 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentSerializerFactory.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentSerializerFactory.java
@@ -38,7 +38,7 @@ public interface DocumentSerializerFactory {
*
* <p>The {@code ConvertData} object is passed along to the created
* {@code DocumentSerializer} via its constructor. The {@code ConvertData}
- * is read and converted when the the {@code DocumentSerializer} object's
+ * is read and converted when the {@code DocumentSerializer} object's
* {@code serialize} method is called.</p>
*
* @param doc {@code Document} object that the created
@@ -47,4 +47,4 @@ public interface DocumentSerializerFactory {
* @return A <code>DocumentSerializer</code> object.
*/
DocumentSerializer createDocumentSerializer(Document doc);
-} \ No newline at end of file
+}
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/ConverterInfoMgr.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/ConverterInfoMgr.java
index d1c9b1c12470..09fd70f41d7a 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/ConverterInfoMgr.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/ConverterInfoMgr.java
@@ -77,7 +77,7 @@ public final class ConverterInfoMgr {
}
}
- // Since this is a adding to a static Vector, make sure this add method
+ // Since this is adding to a static Vector, make sure this add method
// call is synchronized.
synchronized (converterInfoList) {
converterInfoList.add(ci);
@@ -235,7 +235,7 @@ public final class ConverterInfoMgr {
if (deviceFromMime.trim().equals(fromDeviceInfo)) {
- // Found a a match for deviceFrom. Now loop over the
+ // Found a match for deviceFrom. Now loop over the
// elements comparing with deviceToMime
Iterator<ConverterInfo> citEnum = converterInfoList.iterator();
while (citEnum.hasNext()) {
@@ -466,4 +466,4 @@ public final class ConverterInfoMgr {
}
}
}
-} \ No newline at end of file
+}