Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix typo. (#8888)
Browse files Browse the repository at this point in the history
  • Loading branch information
pA1nD authored and eric-haibin-lin committed Nov 30, 2017
1 parent 89c4db7 commit cabbcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/R/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ mx.model.extract.model <- function(symbol, train.execs) {
mx.model.create.kvstore <- function(kvstore, arg.params, ndevice, verbose=TRUE) {
if (is.MXKVStore(kvstore)) return (kvstore)
if (!is.character(kvstore)) {
stop("kvstore msut be either MXKVStore or a string")
stop("kvstore must be either MXKVStore or a string")
}
if (ndevice == 1) return (NULL)
if (kvstore == "local") {
Expand Down

0 comments on commit cabbcff

Please sign in to comment.