diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2009-03-18 16:58:24 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2009-03-18 16:58:24 +0000 |
commit | 633d03c8966b3656e12d5e5727c09071a3fd14c4 (patch) | |
tree | 1e1107d50e0cb57c6cac3d8092fce939c595b504 /src/java/org/apache | |
parent | 3048022fd7852222bc1b4e7a77bbec67a3df880e (diff) | |
download | xmlgraphics-fop-633d03c8966b3656e12d5e5727c09071a3fd14c4.tar.gz xmlgraphics-fop-633d03c8966b3656e12d5e5727c09071a3fd14c4.zip |
Minor spelling corrections.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@755647 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache')
-rw-r--r-- | src/java/org/apache/fop/fo/Constants.java | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/java/org/apache/fop/fo/Constants.java b/src/java/org/apache/fop/fo/Constants.java index a1ccb20e7..aff13a8bf 100644 --- a/src/java/org/apache/fop/fo/Constants.java +++ b/src/java/org/apache/fop/fo/Constants.java @@ -776,27 +776,27 @@ public interface Constants { // 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 |