Repository: spark
Updated Branches:
  refs/heads/master 33ea908af -> b0a1e93e9


[SPARK-17647][SQL][FOLLOWUP][MINOR] fix typo

## What changes were proposed in this pull request?

fix typo

## How was this patch tested?

manual

Author: Felix Cheung <felixcheun...@hotmail.com>

Closes #17663 from felixcheung/likedoctypo.


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

Branch: refs/heads/master
Commit: b0a1e93e93167b53058525a20a8b06f7df5f09a2
Parents: 33ea908
Author: Felix Cheung <felixcheun...@hotmail.com>
Authored: Mon Apr 17 23:55:40 2017 -0700
Committer: Felix Cheung <felixche...@apache.org>
Committed: Mon Apr 17 23:55:40 2017 -0700

----------------------------------------------------------------------
 .../apache/spark/sql/catalyst/expressions/regexpExpressions.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b0a1e93e/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala
----------------------------------------------------------------------
diff --git 
a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala
 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala
index a36da8e..3fa8458 100644
--- 
a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala
+++ 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala
@@ -79,7 +79,7 @@ abstract class StringRegexExpression extends BinaryExpression
 
           _ matches any one character in the input (similar to . in posix 
regular expressions)
 
-          % matches zero ore more characters in the input (similar to .* in 
posix regular
+          % matches zero or more characters in the input (similar to .* in 
posix regular
           expressions)
 
         The escape character is '\'. If an escape character precedes a special 
symbol or another


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to