@@ -282,7 +282,7 @@ class GroupedData protected[sql](
282282 }
283283
284284 /**
285- * Pivots a column of the current [[DataFrame ]] and preform the specified aggregation.
285+ * Pivots a column of the current [[DataFrame ]] and perform the specified aggregation.
286286 * There are two versions of pivot function: one that requires the caller to specify the list
287287 * of distinct values to pivot on, and one that does not. The latter is more concise but less
288288 * efficient, because Spark needs to first compute the list of distinct values internally.
@@ -321,7 +321,7 @@ class GroupedData protected[sql](
321321 }
322322
323323 /**
324- * Pivots a column of the current [[DataFrame ]] and preform the specified aggregation.
324+ * Pivots a column of the current [[DataFrame ]] and perform the specified aggregation.
325325 * There are two versions of pivot function: one that requires the caller to specify the list
326326 * of distinct values to pivot on, and one that does not. The latter is more concise but less
327327 * efficient, because Spark needs to first compute the list of distinct values internally.
@@ -353,7 +353,7 @@ class GroupedData protected[sql](
353353 }
354354
355355 /**
356- * Pivots a column of the current [[DataFrame ]] and preform the specified aggregation.
356+ * Pivots a column of the current [[DataFrame ]] and perform the specified aggregation.
357357 * There are two versions of pivot function: one that requires the caller to specify the list
358358 * of distinct values to pivot on, and one that does not. The latter is more concise but less
359359 * efficient, because Spark needs to first compute the list of distinct values internally.
0 commit comments