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 ma...@apache.org on 2008/06/14 18:21:16 UTC

svn commit: r667831 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java

Author: maxberger
Date: Sat Jun 14 09:21:15 2008
New Revision: 667831

URL: http://svn.apache.org/viewvc?rev=667831&view=rev
Log:
minor spelling fixes

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java?rev=667831&r1=667830&r2=667831&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java Sat Jun 14 09:21:15 2008
@@ -134,7 +134,7 @@
      * of the node assigned to the LM
      * 
      * @param context   the LayoutContext used to store layout information
-     * @param alignment the desired text alignement
+     * @param alignment the desired text alignment
      * @return          the list of KnuthElements
      */
     List getNextKnuthElements(LayoutContext context, int alignment);
@@ -145,7 +145,7 @@
      *
      * In the context of line breaking, this method is called after hyphenation has
      * been performed, in order to receive the sequence of elements representing the 
-     * text together with all possibile hyphenation points.
+     * text together with all possible hyphenation points.
      * For example, if the text "representation" originates a single box element
      * when getNextKnuthElements() is called, it will be now split in syllables
      * (rep-re-sen-ta-tion) each one originating a box and divided by additional



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