From bfda53f63a31bf2e8b72ab9e85896a4bec1644e8 Mon Sep 17 00:00:00 2001 From: Andrew Ash Date: Wed, 10 Aug 2016 10:09:35 +0100 Subject: Typo: Fow -> For Author: Andrew Ash Closes #14563 from ash211/patch-8. --- sql/core/src/main/scala/org/apache/spark/sql/functions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/core') diff --git a/sql/core/src/main/scala/org/apache/spark/sql/functions.scala b/sql/core/src/main/scala/org/apache/spark/sql/functions.scala index 93af8456c4..81f6ed75e6 100644 --- a/sql/core/src/main/scala/org/apache/spark/sql/functions.scala +++ b/sql/core/src/main/scala/org/apache/spark/sql/functions.scala @@ -820,7 +820,7 @@ object functions { /** * Window function: returns the ntile group id (from 1 to `n` inclusive) in an ordered window - * partition. Fow example, if `n` is 4, the first quarter of the rows will get value 1, the second + * partition. For example, if `n` is 4, the first quarter of the rows will get value 1, the second * quarter will get 2, the third quarter will get 3, and the last quarter will get 4. * * This is equivalent to the NTILE function in SQL. -- cgit v1.2.3