diff options
author | Finn Bock <bckfnn@apache.org> | 2004-01-22 10:56:11 +0000 |
---|---|---|
committer | Finn Bock <bckfnn@apache.org> | 2004-01-22 10:56:11 +0000 |
commit | 9e789f3b65df7d14fc6e2d435dc536ba7bef52c8 (patch) | |
tree | a44f3a86de0739b5a535f018730ed81d8b726571 /src/java/org/apache | |
parent | 026748ef335a70ebacfd455a2e963414570ddcbe (diff) | |
download | xmlgraphics-fop-9e789f3b65df7d14fc6e2d435dc536ba7bef52c8.tar.gz xmlgraphics-fop-9e789f3b65df7d14fc6e2d435dc536ba7bef52c8.zip |
Fix typo in comments.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197243 13f79535-47bb-0310-9956-ffa450edef68
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 +} |