diff --git a/R/g.shell.GGIR.R b/R/g.shell.GGIR.R index 71108ce4c..2d4174c70 100644 --- a/R/g.shell.GGIR.R +++ b/R/g.shell.GGIR.R @@ -1,6 +1,6 @@ g.shell.GGIR = function(...) { message(paste0("Please note that instead of g.shell.GGIR() you can just write ", - "GGIR(), because all g.shell.GGIR does is forward its input to ", + "GGIR(), because all g.shell.GGIR() does is forward its input to ", "function GGIR()."), call. = FALSE) .args <- as.list(match.call()[-1]) do.call(GGIR, .args)