]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed comment typo.
authorAdrian Cumiskey <acumiskey@apache.org>
Wed, 3 Sep 2008 12:51:46 +0000 (12:51 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Wed, 3 Sep 2008 12:51:46 +0000 (12:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@691593 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/afp/AFPResourceInfo.java

index 147c830023d242ca426b14e3cd7c4c72da877f4f..d6d30888333e97f4d8db8097c3ea7d19081ae6e7 100644 (file)
@@ -32,7 +32,7 @@ public class AFPResourceInfo {
     /** the reference name of this resource */
     private String name = null;
 
-    /** the resource levek of this resource */
+    /** the resource level of this resource */
     private AFPResourceLevel level = DEFAULT_LEVEL;
 
     /**