Skip to content

Commit 1f2c6a6

Browse files
author
ripley
committed
tweak
git-svn-id: https://svn.r-project.org/R/trunk@88665 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent e68789b commit 1f2c6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/base/R/namespace.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ loadNamespace <- function (package, lib.loc = NULL,
215215
message(gettextf("namespace '%s' is already loaded so argument '%s' will b ignored.",
216216
package, "partial"))
217217
if(!missing(keep.parse.data))
218-
message(gettextf("namespace '%s' is already loaded so argument '%s' will be ignored/",
218+
message(gettextf("namespace '%s' is already loaded so argument '%s' will be ignored.",
219219
package, "keep.parse.data"))
220220
## return
221221
ns

0 commit comments

Comments
 (0)