]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Corrected typo in error message
authorMehdi Houshmand <mehdi@apache.org>
Tue, 24 Jan 2012 10:02:36 +0000 (10:02 +0000)
committerMehdi Houshmand <mehdi@apache.org>
Tue, 24 Jan 2012 10:02:36 +0000 (10:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1235191 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fonts/truetype/TTFFontLoader.java

index d1a55dd2059c68bd1b569a237f8b48dc09de2b1d..a33339607a916470ae34c771443deec48f40393f 100644 (file)
@@ -173,7 +173,7 @@ public class TTFFontLoader extends FontLoader {
             if (ttf.isEmbeddable()) {
                 returnFont.setEmbedFileName(this.fontFileURI);
             } else {
-                String msg = "The font " + this.fontFileURI + " is not embedabble.";
+                String msg = "The font " + this.fontFileURI + " is not embeddable.";
                 throw new RuntimeException(msg);
             }
         }