You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ac...@apache.org on 2008/06/28 18:05:08 UTC

svn commit: r672537 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventListener.java

Author: acumiskey
Date: Sat Jun 28 09:05:08 2008
New Revision: 672537

URL: http://svn.apache.org/viewvc?rev=672537&view=rev
Log:
Corrected minor spelling mistake in javadoc

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventListener.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventListener.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventListener.java?rev=672537&r1=672536&r2=672537&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventListener.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventListener.java Sat Jun 28 09:05:08 2008
@@ -28,7 +28,7 @@
      * This method is called for each event that is generated. With the event's ID it is possible
      * to react to certain events. Events can also simply be recorded and presented to a user.
      * It is possible to throw an (unchecked) exception if the processing needs to be aborted
-     * because some special event occured. This way the client can configure the behaviour of
+     * because some special event occurred. This way the client can configure the behaviour of
      * the observed application.
      * @param event the event
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org