From 63f9e3bd728b7692e577b4889de051c80fc5178c Mon Sep 17 00:00:00 2001 From: Glenn Adams Date: Mon, 25 Jun 2012 06:23:41 +0000 Subject: [PATCH] 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 --- src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java | 4 ++-- 1 file 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 -- 2.39.5