diff options
author | Simon Pepping <spepping@apache.org> | 2009-05-22 19:46:01 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2009-05-22 19:46:01 +0000 |
commit | bb9ed90436a9ad1bae833f020e509df0f837900f (patch) | |
tree | 5771cf339fa792c2d59bd11995c128f5f786ea34 | |
parent | a69a5a48f384ff8b6e83343e96cda91191f53ee3 (diff) | |
download | xmlgraphics-fop-bb9ed90436a9ad1bae833f020e509df0f837900f.tar.gz xmlgraphics-fop-bb9ed90436a9ad1bae833f020e509df0f837900f.zip |
Fixed two typos that were reported to the OFFO project
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@777675 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | hyph/hyphenation.dtd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyph/hyphenation.dtd b/hyph/hyphenation.dtd index fcd394116..d2171df5f 100644 --- a/hyph/hyphenation.dtd +++ b/hyph/hyphenation.dtd @@ -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)> |