Author: lewismc
Date: Sat Oct 11 20:09:23 2014
New Revision: 1631107

URL: http://svn.apache.org/r1631107
Log:
FileDumper comment typos NUTCH-1874

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/src/java/org/apache/nutch/tools/FileDumper.java

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1631107&r1=1631106&r2=1631107&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Sat Oct 11 20:09:23 2014
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Nutch Current Development 1.10-SNAPSHOT
 
+* NUTCH-1874 FileDumper comment typos ( Arthur Cinader via lewismc)
+
 * NUTCH-1164 Write JUnit tests for protocol-http (nimafl via snagel)
 
 * NUTCH-1868 Document and improve CLI for FileDumper tool (lewismc)

Modified: nutch/trunk/src/java/org/apache/nutch/tools/FileDumper.java
URL: 
http://svn.apache.org/viewvc/nutch/trunk/src/java/org/apache/nutch/tools/FileDumper.java?rev=1631107&r1=1631106&r2=1631107&view=diff
==============================================================================
--- nutch/trunk/src/java/org/apache/nutch/tools/FileDumper.java (original)
+++ nutch/trunk/src/java/org/apache/nutch/tools/FileDumper.java Sat Oct 11 
20:09:23 2014
@@ -60,13 +60,13 @@ import org.slf4j.LoggerFactory;
  * The tool has a number of immediate uses:
  * <ol>
  * <li>one can see what a page looked like at the time it was crawled</li>
- * <li>one can see different media types aquired as part of the crawl</li>
+ * <li>one can see different media types acquired as part of the crawl</li>
  * <li>it enables us to see webpages before we augment them with additional 
metadata,
  * this can be handy for providing a provenance trail for your crawl data.</li>
  * </ol>
  * </p>
  * <p>Upon successful completion the tool displays a very convenient JSON 
snippet 
- * detailing the mimetype classifications and the counts of doucments which 
+ * detailing the mimetype classifications and the counts of documents which 
  * fall into those classifications. An example is as follows:</p>
  * <pre>
  * {@code


Reply via email to