aboutsummaryrefslogtreecommitdiff
path: root/mllib/src
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2014-10-23 09:19:32 -0700
committerXiangrui Meng <meng@databricks.com>2014-10-23 09:19:32 -0700
commitf799700eec4a5e33db9b2d6a4bee60a50fd5a099 (patch)
tree2fdb00c74e6dc8ef637f37e9f094e7547d3c0b31 /mllib/src
parentd6a302539213e8cdb51ca14b1769aeb33f9f435f (diff)
downloadspark-f799700eec4a5e33db9b2d6a4bee60a50fd5a099.tar.gz
spark-f799700eec4a5e33db9b2d6a4bee60a50fd5a099.tar.bz2
spark-f799700eec4a5e33db9b2d6a4bee60a50fd5a099.zip
[SPARK-4055][MLlib] Inconsistent spelling 'MLlib' and 'MLLib'
Thare are some inconsistent spellings 'MLlib' and 'MLLib' in some documents and source codes. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #2903 from sarutak/SPARK-4055 and squashes the following commits: b031640 [Kousuke Saruta] Fixed inconsistent spelling "MLlib and MLLib"
Diffstat (limited to 'mllib/src')
-rw-r--r--mllib/src/main/scala/org/apache/spark/mllib/api/python/package.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/mllib/src/main/scala/org/apache/spark/mllib/api/python/package.scala b/mllib/src/main/scala/org/apache/spark/mllib/api/python/package.scala
index 87bdc8558a..c67a6d3ae6 100644
--- a/mllib/src/main/scala/org/apache/spark/mllib/api/python/package.scala
+++ b/mllib/src/main/scala/org/apache/spark/mllib/api/python/package.scala
@@ -18,7 +18,7 @@
package org.apache.spark.mllib.api
/**
- * Internal support for MLLib Python API.
+ * Internal support for MLlib Python API.
*
* @see [[org.apache.spark.mllib.api.python.PythonMLLibAPI]]
*/