diff options
Diffstat (limited to 'src/java/org/apache')
-rw-r--r-- | src/java/org/apache/fop/fo/LineHeightPropertyMaker.java | 4 |
1 files 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 +} |