]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Type fix in comment.
authorPeter Bernard West <pbwest@apache.org>
Thu, 17 Jul 2003 23:56:15 +0000 (23:56 +0000)
committerPeter Bernard West <pbwest@apache.org>
Thu, 17 Jul 2003 23:56:15 +0000 (23:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@196728 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/configuration/ConfigurationReader.java

index f02c6205e52bab16a0944ec29ae4e01874c39861..91e139d2d1030e7096ffd91974bbf48bdb55485a 100644 (file)
@@ -64,7 +64,7 @@ import org.apache.fop.apps.FOPException;
 
 /**
  * entry class for reading configuration from file and creating a configuration
- * class. typical use looks like that: <br>
+ * class. Typical use looks like: <br>
  *
  * <code>ConfigurationReader reader = new ConfigurationReader ("config.xml","standard");
  * try {