]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix typo in comments.
authorFinn Bock <bckfnn@apache.org>
Thu, 22 Jan 2004 10:56:11 +0000 (10:56 +0000)
committerFinn Bock <bckfnn@apache.org>
Thu, 22 Jan 2004 10:56:11 +0000 (10:56 +0000)
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

index 357cf46a462d033d58095faf7fca52c05cd07de0..c8707571177476de542fabcea4acc29ae9c98688 100644 (file)
@@ -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
+}