bckfnn 2004/01/22 02:56:11 Modified: src/java/org/apache/fop/fo LineHeightPropertyMaker.java Log: Fix typo in comments. Revision Changes Path 1.2 +3 -3 xml-fop/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java Index: LineHeightPropertyMaker.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- LineHeightPropertyMaker.java 22 Jan 2004 09:06:05 -0000 1.1 +++ LineHeightPropertyMaker.java 22 Jan 2004 10:56:11 -0000 1.2 @@ -55,7 +55,7 @@ /** * 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 @@ } return super.convertPropertyDatatype(p, propertyList, fo); } -} \ No newline at end of file +}
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]