Skip to content

Commit 5d9afe0

Browse files
committed
Fix typo.
1 parent 3c14d15 commit 5d9afe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/pkg/R/mllib_classification.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ setClass("NaiveBayesModel", representation(jobj = "jobj"))
4949
#' Linear SVM Model
5050
#'
5151
#' Fits a linear SVM model against a SparkDataFrame, similar to svm in e1071 package.
52-
#' Currently only supports binary classification model with linear kernal.
52+
#' Currently only supports binary classification model with linear kernel.
5353
#' Users can print, make predictions on the produced model and save the model to the input path.
5454
#'
5555
#' @param data SparkDataFrame for training.

0 commit comments

Comments
 (0)