You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/15 18:18:29 UTC

commons-collections git commit: Typo: 'JavaDoc' -> 'Javadoc'.

Repository: commons-collections
Updated Branches:
  refs/heads/master a047296d3 -> 7aff78974


Typo: 'JavaDoc' -> 'Javadoc'.

Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/7aff7897
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/7aff7897
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/7aff7897

Branch: refs/heads/master
Commit: 7aff78974c9441dd65113029196f18fe41f2867e
Parents: a047296
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue May 15 12:18:27 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue May 15 12:18:27 2018 -0600

----------------------------------------------------------------------
 README.md               | 2 +-
 src/site/xdoc/index.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/7aff7897/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7028e3c..c08eb9a 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons Collections homepage](https://commons.apache.org/proper/commons-collections).
-The [JavaDoc](https://commons.apache.org/proper/commons-collections/javadocs/api-release) can be browsed.
+The [Javadoc](https://commons.apache.org/proper/commons-collections/javadocs/api-release) can be browsed.
 Questions related to the usage of Apache Commons Collections should be posted to the [user mailing list][ml].
 
 Where can I get the latest release?

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/7aff7897/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index b4a98b4..ec5a200 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -54,7 +54,7 @@ A getting started <a href="userguide.html">User's Guide</a> is available
 as are various <a href="project-reports.html">project reports</a>.
 </p>
 <p>
-The JavaDoc API documents are available online:
+The Javadoc API documents are available online:
 </p>
 <ul>
 <li>The <a href="javadocs/api-release/index.html">current release 4.1</a></li>