You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2016/07/06 19:33:38 UTC

[3/6] nutch git commit: NUTCH-2284 Typo is fixed at restapi.auth property's description.

NUTCH-2284 Typo is fixed at restapi.auth property's description.


Project: http://git-wip-us.apache.org/repos/asf/nutch/repo
Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/6a82525d
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/6a82525d
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/6a82525d

Branch: refs/heads/2.x
Commit: 6a82525dba62bf1d67582dc272727675e6fb113a
Parents: fc2b80f
Author: Furkan KAMACI <fu...@gmail.com>
Authored: Sun Jul 3 15:10:25 2016 +0300
Committer: Furkan KAMACI <fu...@gmail.com>
Committed: Sun Jul 3 15:10:25 2016 +0300

----------------------------------------------------------------------
 conf/nutch-default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/6a82525d/conf/nutch-default.xml
----------------------------------------------------------------------
diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml
index f5111f7..ff22b63 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -1440,7 +1440,7 @@
   <value>false</value>
   <description>
     Whether to enable HTTP basic authentication for communicating with RESTAPI.
-    Use the restapi.auth.username and restapi.auth.auth.password properties to configure
+    Use the restapi.auth.username and restapi.auth.password properties to configure
     your credentials.
   </description>
 </property>