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:59:03 UTC

[math] Typo: 'JavaDoc' -> 'Javadoc'.

Repository: commons-math
Updated Branches:
  refs/heads/master 36553ffab -> f9499be20


Typo: 'JavaDoc' -> 'Javadoc'.

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

Branch: refs/heads/master
Commit: f9499be20e1d4801b199eeb2bdc6c553f8b072f3
Parents: 36553ff
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue May 15 12:58:59 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue May 15 12:58:59 2018 -0600

----------------------------------------------------------------------
 README.md | 2 +-
 build.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/f9499be2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8bdcd2a..28204f4 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Documentation
 -------------
 
 More information can be found on the [homepage](https://commons.apache.org/proper/commons-math).
-The [JavaDoc](https://commons.apache.org/proper/commons-math/apidocs) can be browsed.
+The [Javadoc](https://commons.apache.org/proper/commons-math/apidocs) can be browsed.
 Questions related to the usage of Apache Commons Math 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-math/blob/f9499be2/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8d33ae1..747f243 100644
--- a/build.xml
+++ b/build.xml
@@ -228,7 +228,7 @@
   </target>
 
 
-<!-- ========== Produce JavaDocs ========================================== -->
+<!-- ========== Produce Javadocs ========================================== -->
 
   <target name="javadoc" depends="compile" description="Create component Javadoc documentation">
     <mkdir dir="${build.home}/apidocs"/>