You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by fe...@apache.org on 2017/04/18 06:55:43 UTC

spark git commit: [SPARK-17647][SQL][FOLLOWUP][MINOR] fix typo

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 <fe...@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 <fe...@hotmail.com>
Authored: Mon Apr 17 23:55:40 2017 -0700
Committer: Felix Cheung <fe...@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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org