]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix typos in comments. Submitted by Dieter von Holten.
authorGlenn Adams <gadams@apache.org>
Mon, 25 Jun 2012 06:23:41 +0000 (06:23 +0000)
committerGlenn Adams <gadams@apache.org>
Mon, 25 Jun 2012 06:23:41 +0000 (06:23 +0000)
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

index 1617d32d5169a01132bc7b36aa0fbaf110223755..ec16810b3a3459c19cf99850dcd92f5fac2db616 100644 (file)
@@ -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