Skip to content

Commit 77b512c

Browse files
committed
typos.
1 parent 5c3ef95 commit 77b512c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ class SQLContext(@transient val sparkContext: SparkContext)
112112
*
113113
* @tparam A A case class type that describes the desired schema of the parquet file to be
114114
* created.
115-
* @param path The path where the directory containing partquet metadata should be created.
115+
* @param path The path where the directory containing parquet metadata should be created.
116116
* Data inserted into this table will also be stored at this location.
117117
* @param allowExisting When false, an exception will be thrown if this directory already exists.
118-
* @param conf A Hadoop configuration object that can be used to specifiy options to the parquet
118+
* @param conf A Hadoop configuration object that can be used to specify options to the parquet
119119
* output format.
120120
*
121121
* @group userf

0 commit comments

Comments
 (0)