From: Finn Bock Date: Thu, 22 Jan 2004 10:56:11 +0000 (+0000) Subject: Fix typo in comments. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~898 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9e789f3b65df7d14fc6e2d435dc536ba7bef52c8;p=xmlgraphics-fop.git Fix typo in comments. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197243 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java b/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java index 357cf46a4..c87075711 100644 --- a/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java +++ b/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java @@ -55,7 +55,7 @@ import org.apache.fop.datatypes.PercentLength; /** * A maker which calculates the line-height property. - * This property maker is special because line-heighe inherot the specified + * This property maker is special because line-height inherit the specified * value, instead of the computed value. * So when a line-height is create based on a attribute, the specified value * is stored in the property and in compute() the stored specified value of @@ -118,4 +118,4 @@ public class LineHeightPropertyMaker extends LengthProperty.Maker { } return super.convertPropertyDatatype(p, propertyList, fo); } -} \ No newline at end of file +}