From: Adrian Cumiskey Date: Wed, 3 Sep 2008 12:51:46 +0000 (+0000) Subject: Fixed comment typo. X-Git-Tag: fop-1_0~376^2~75 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=156442bbaea7db872f3d5f05835b4452594e9b68;p=xmlgraphics-fop.git Fixed comment typo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@691593 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/render/afp/AFPResourceInfo.java b/src/java/org/apache/fop/render/afp/AFPResourceInfo.java index 147c83002..d6d308883 100644 --- a/src/java/org/apache/fop/render/afp/AFPResourceInfo.java +++ b/src/java/org/apache/fop/render/afp/AFPResourceInfo.java @@ -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; /**