You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2001/11/06 01:32:19 UTC

DO NOT REPLY [Bug 4661] New: - Typo in message shown to users

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4661>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4661

Typo in message shown to users

           Summary: Typo in message shown to users
           Product: Fop
           Version: all
          Platform: All
               URL: http://cvs.apache.org/viewcvs.cgi/xml-
                    fop/src/org/apache/fop/apps/StreamRenderer.java?rev=1.7&
                    content-type=text/vnd.viewcvs-markup
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: general
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: elharo@metalab.unc.edu


There's a spelling error in line 161 of org.apache.fop.apps StreamRenderer.java

        log.debug("Pages rendererd: " + pageCount);
                         ^^^^^^^^^^

This should read 

        log.debug("Pages rendered: " + pageCount);
                         ^^^^^^^^^^

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org