aboutsummaryrefslogtreecommitdiff
path: root/streaming/src
diff options
context:
space:
mode:
authorlfzCarlosC <lfz.carlos@gmail.com>2016-05-25 10:53:53 -0700
committerAndrew Or <andrew@databricks.com>2016-05-25 10:53:57 -0700
commit02c8072eea72425e89256347e1f373a3e76e6eba (patch)
tree1e30843ada001df76e3fc472bf7011165ac1e7ae /streaming/src
parentd6d3e50719b01005aa0e77349fc9a6ff88fecce3 (diff)
downloadspark-02c8072eea72425e89256347e1f373a3e76e6eba.tar.gz
spark-02c8072eea72425e89256347e1f373a3e76e6eba.tar.bz2
spark-02c8072eea72425e89256347e1f373a3e76e6eba.zip
[MINOR][MLLIB][STREAMING][SQL] Fix typos
fixed typos for source code for components [mllib] [streaming] and [SQL] None and obvious. Author: lfzCarlosC <lfz.carlos@gmail.com> Closes #13298 from lfzCarlosC/master.
Diffstat (limited to 'streaming/src')
-rw-r--r--streaming/src/main/java/org/apache/spark/streaming/util/WriteAheadLogRecordHandle.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/src/main/java/org/apache/spark/streaming/util/WriteAheadLogRecordHandle.java b/streaming/src/main/java/org/apache/spark/streaming/util/WriteAheadLogRecordHandle.java
index 662889e779..3c5cc7e2ca 100644
--- a/streaming/src/main/java/org/apache/spark/streaming/util/WriteAheadLogRecordHandle.java
+++ b/streaming/src/main/java/org/apache/spark/streaming/util/WriteAheadLogRecordHandle.java
@@ -23,7 +23,7 @@ package org.apache.spark.streaming.util;
* This abstract class represents a handle that refers to a record written in a
* {@link org.apache.spark.streaming.util.WriteAheadLog WriteAheadLog}.
* It must contain all the information necessary for the record to be read and returned by
- * an implemenation of the WriteAheadLog class.
+ * an implementation of the WriteAheadLog class.
*
* @see org.apache.spark.streaming.util.WriteAheadLog
*/