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 sp...@apache.org on 2009/05/22 21:46:02 UTC

svn commit: r777675 - /xmlgraphics/fop/trunk/hyph/hyphenation.dtd

Author: spepping
Date: Fri May 22 19:46:01 2009
New Revision: 777675

URL: http://svn.apache.org/viewvc?rev=777675&view=rev
Log:
Fixed two typos that were reported to the OFFO project

Modified:
    xmlgraphics/fop/trunk/hyph/hyphenation.dtd

Modified: xmlgraphics/fop/trunk/hyph/hyphenation.dtd
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/hyph/hyphenation.dtd?rev=777675&r1=777674&r2=777675&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/hyph/hyphenation.dtd (original)
+++ xmlgraphics/fop/trunk/hyph/hyphenation.dtd Fri May 22 19:46:01 2009
@@ -26,7 +26,7 @@
 <!ELEMENT hyphen-char EMPTY>
 <!ATTLIST hyphen-char value CDATA #REQUIRED>
 
-<!-- Default minimun length in characters of hyphenated word fragments
+<!-- Default minimum length in characters of hyphenated word fragments
      before and after the line break. For some languages this is not
      only for aesthetic purposes, wrong hyphens may be generated if this
      is not accounted for.
@@ -55,7 +55,7 @@
 <!-- The hyphenation patterns, space separated. A pattern is made of 'equivalent'
      characters as described before, between any two word characters a digit
      in the range 0 to 9 may be specified. The absence of a digit is equivalent
-     to zero. The '.' character is reserved to indicate begining or ending
+     to zero. The '.' character is reserved to indicate beginning or ending
      of words. -->
 <!ELEMENT patterns (#PCDATA)>
 



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