aboutsummaryrefslogtreecommitdiff
path: root/graphx
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-03-03 22:42:12 +0000
committerSean Owen <sowen@cloudera.com>2016-03-03 22:42:12 +0000
commit941b270b706d3b4aea73dbf102cfb6eee0beff63 (patch)
tree0633f68f062bd49152267f97b79f7598b53c5e0b /graphx
parent52035d103661721a8f87c2f6788c6411f645a99d (diff)
downloadspark-941b270b706d3b4aea73dbf102cfb6eee0beff63.tar.gz
spark-941b270b706d3b4aea73dbf102cfb6eee0beff63.tar.bz2
spark-941b270b706d3b4aea73dbf102cfb6eee0beff63.zip
[MINOR] Fix typos in comments and testcase name of code
## What changes were proposed in this pull request? This PR fixes typos in comments and testcase name of code. ## How was this patch tested? manual. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #11481 from dongjoon-hyun/minor_fix_typos_in_code.
Diffstat (limited to 'graphx')
-rw-r--r--graphx/src/test/scala/org/apache/spark/graphx/EdgeSuite.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphx/src/test/scala/org/apache/spark/graphx/EdgeSuite.scala b/graphx/src/test/scala/org/apache/spark/graphx/EdgeSuite.scala
index 094a63472e..4d6b899c83 100644
--- a/graphx/src/test/scala/org/apache/spark/graphx/EdgeSuite.scala
+++ b/graphx/src/test/scala/org/apache/spark/graphx/EdgeSuite.scala
@@ -21,7 +21,7 @@ import org.apache.spark.SparkFunSuite
class EdgeSuite extends SparkFunSuite {
test ("compare") {
- // decending order
+ // descending order
val testEdges: Array[Edge[Int]] = Array(
Edge(0x7FEDCBA987654321L, -0x7FEDCBA987654321L, 1),
Edge(0x2345L, 0x1234L, 1),