You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by hb...@apache.org on 2010/01/31 18:24:47 UTC

svn commit: r905077 - /maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java

Author: hboutemy
Date: Sun Jan 31 17:24:47 2010
New Revision: 905077

URL: http://svn.apache.org/viewvc?rev=905077&view=rev
Log:
fixed typos

Modified:
    maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java

Modified: maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java?rev=905077&r1=905076&r2=905077&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java (original)
+++ maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java Sun Jan 31 17:24:47 2010
@@ -487,7 +487,7 @@
      *   Neither Parsers nor Sinks should insert any content that is not explicitly present
      *   in the original source document, as this would lead to undefined behaviour for
      *   multi-format processing chains. However, while Parsers <b>must never</b> emit anchors
-     *   for section titles, some specialised Sinks may implement such a feature if the resulting
+     *   for section titles, some specialized Sinks may implement such a feature if the resulting
      *   output documents are not going to be further processed (and this is properly documented).
      * </p>
      * <p>
@@ -816,7 +816,7 @@
      * </blockquote>
      * <p>
      *   If the {@link SinkEventAttributes#SRC SRC} attribute is specified in SinkEventAttributes,
-     *   it will be overidden by the <code>src</code> parameter.
+     *   it will be overridden by the <code>src</code> parameter.
      * </p>
      *
      * @param src the image source, a valid URL.
@@ -1345,7 +1345,7 @@
     void comment( String comment );
 
     /**
-     * Add an unkown event. This may be used by parsers to notify a general Sink about
+     * Add an unknown event. This may be used by parsers to notify a general Sink about
      * an event that doesn't fit into any event defined by the Sink API.
      * Depending on the parameters, a Sink may decide whether or not to process the event,
      * emit it as raw text, as a comment, log it, etc.