Typo: 'JavaDoc' -> 'Javadoc'.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1831658 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.md b/README.md
index 13925d0..c706ecd 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@
 -------------

 

 More information can be found on the [Apache Commons Logging homepage](https://commons.apache.org/proper/commons-logging).

-The [JavaDoc](https://commons.apache.org/proper/commons-logging/javadocs/api-release) can be browsed.

+The [Javadoc](https://commons.apache.org/proper/commons-logging/javadocs/api-release) can be browsed.

 Questions related to the usage of Apache Commons Logging should be posted to the [user mailing list][ml].

 

 Where can I get the latest release?

diff --git a/src/main/java/org/apache/commons/logging/package.html b/src/main/java/org/apache/commons/logging/package.html
index e9b32a5..a5e8f9d 100644
--- a/src/main/java/org/apache/commons/logging/package.html
+++ b/src/main/java/org/apache/commons/logging/package.html
@@ -165,7 +165,7 @@
     argument to its constructor.</li>
 </ul>
 
-<p>See the <a href="impl/SimpleLog.html">SimpleLog</a> JavaDocs for detailed
+<p>See the <a href="impl/SimpleLog.html">SimpleLog</a> Javadocs for detailed
 configuration information for this default implementation.</p>
 
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 73d424a..667f746 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -37,11 +37,11 @@
             href="/troubleshooting.html"/>
       <item name="Release Notes"
             href="/RELEASE-NOTES.txt"/>
-      <item name='JavaDoc (Latest release)'
+      <item name='Javadoc (Latest release)'
             href='/javadocs/api-release/index.html'/>
-      <item name='JavaDoc (v1.1.3)'
+      <item name='Javadoc (v1.1.3)'
             href='/javadocs/api-1.1.3/index.html'/>
-      <item name='JavaDoc (v1.0.4)'
+      <item name='Javadoc (v1.0.4)'
             href='/javadocs/api-1.0.4/index.html'/>
     </menu>
     <menu name="Development">
@@ -57,7 +57,7 @@
             href="/tech.html"/>
       <item name="Wiki"
             href="http://wiki.apache.org/commons/Logging"/>
-      <item name='JavaDoc (SVN latest)'
+      <item name='Javadoc (SVN latest)'
             href='/apidocs/index.html'/>
     </menu>    
   </body>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 4219096..4736127 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -61,7 +61,7 @@
 included in the latest release.</p>
 
 <p>The <a href="http://commons.apache.org/logging/apidocs/index.html">
-JavaDoc API documents</a> for the latest release are available online.
+Javadoc API documents</a> for the latest release are available online.
 In particular, you should read the package overview of the <code>org.apache.commons.logging</code>
 package. In addition, there is a (short)
 <a href="guide.html">User Guide</a>.</p>