aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
diff options
context:
space:
mode:
authorGlenn Adams <gadams@apache.org>2012-06-25 06:23:41 +0000
committerGlenn Adams <gadams@apache.org>2012-06-25 06:23:41 +0000
commit63f9e3bd728b7692e577b4889de051c80fc5178c (patch)
treedc59c3e4ec5827a707e0de8e800342ffc9b49d75 /src/java/org
parent2a631ed3af3a578339a76cbf91b6b649523ccf05 (diff)
downloadxmlgraphics-fop-63f9e3bd728b7692e577b4889de051c80fc5178c.tar.gz
xmlgraphics-fop-63f9e3bd728b7692e577b4889de051c80fc5178c.zip
Fix typos in comments. Submitted by Dieter von Holten.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org')
-rw-r--r--src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java b/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java
index 1617d32d5..ec16810b3 100644
--- a/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java
+++ b/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java
@@ -96,7 +96,7 @@ public class HyphenationTreeCache {
/**
* Notes a key to a hyphenation tree as missing.
- * This is to avoid searching a second time for a hyphneation pattern file which is not
+ * This is to avoid searching a second time for a hyphenation pattern file which is not
* available.
* @param key the key (ex. "de_CH" or "en")
*/
@@ -109,7 +109,7 @@ public class HyphenationTreeCache {
/**
* Indicates whether a hyphenation file has been requested before but it wasn't available.
- * This is to avoid searching a second time for a hyphneation pattern file which is not
+ * This is to avoid searching a second time for a hyphenation pattern file which is not
* available.
* @param key the key (ex. "de_CH" or "en")
* @return true if the hyphenation tree is unavailable