You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ac...@apache.org on 2009/03/18 17:58:25 UTC

svn commit: r755647 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java

Author: acumiskey
Date: Wed Mar 18 16:58:24 2009
New Revision: 755647

URL: http://svn.apache.org/viewvc?rev=755647&view=rev
Log:
Minor spelling corrections.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java?rev=755647&r1=755646&r2=755647&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java Wed Mar 18 16:58:24 2009
@@ -776,27 +776,27 @@
 
     // compound property constants
 
-    /** Property constant for compund property */
+    /** Property constant for compound property */
     int CP_BLOCK_PROGRESSION_DIRECTION = 1 << COMPOUND_SHIFT;
-    /** Property constant for compund property */
+    /** Property constant for compound property */
     int CP_CONDITIONALITY = 2 << COMPOUND_SHIFT;
-    /** Property constant for compund property */
+    /** Property constant for compound property */
     int CP_INLINE_PROGRESSION_DIRECTION = 3 << COMPOUND_SHIFT;
-    /** Property constant for compund property */
+    /** Property constant for compound property */
     int CP_LENGTH = 4 << COMPOUND_SHIFT;
-    /** Property constant for compund property */
+    /** Property constant for compound property */
     int CP_MAXIMUM = 5 << COMPOUND_SHIFT;
-    /** Property constant for compund property */
+    /** Property constant for compound property */
     int CP_MINIMUM = 6 << COMPOUND_SHIFT;
-    /** Property constant for compund property */
+    /** Property constant for compound property */
     int CP_OPTIMUM = 7 << COMPOUND_SHIFT;
-    /** Property constant for compund property */
+    /** Property constant for compound property */
     int CP_PRECEDENCE = 8 << COMPOUND_SHIFT;
-    /** Property constant for compund property */
+    /** Property constant for compound property */
     int CP_WITHIN_COLUMN = 9 << COMPOUND_SHIFT;
-    /** Property constant for compund property */
+    /** Property constant for compound property */
     int CP_WITHIN_LINE = 10 << COMPOUND_SHIFT;
-    /** Property constant for compund property */
+    /** Property constant for compound property */
     int CP_WITHIN_PAGE = 11 << COMPOUND_SHIFT;
 
     // Enumeration constants



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org