From 9e789f3b65df7d14fc6e2d435dc536ba7bef52c8 Mon Sep 17 00:00:00 2001 From: Finn Bock Date: Thu, 22 Jan 2004 10:56:11 +0000 Subject: [PATCH] Fix typo in comments. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197243 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/fo/LineHeightPropertyMaker.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.39.5