You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/30 16:35:09 UTC

[GitHub] eric-haibin-lin closed pull request #8888: Fix typo.

eric-haibin-lin closed pull request #8888: Fix typo.
URL: https://github.com/apache/incubator-mxnet/pull/8888
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/R-package/R/model.R b/R-package/R/model.R
index 2ee66242d8..f607ebb4f2 100644
--- a/R-package/R/model.R
+++ b/R-package/R/model.R
@@ -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") {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services