Skip to content

Commit 99ca958

Browse files
author
hornik
committed
Typo.
git-svn-id: https://svn.r-project.org/R/trunk@88275 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 5d5c354 commit 99ca958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/tools/R/build.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ inRbuildignore <- function(files, pkgdir) {
10991099
## Fix permissions for all files to be at least 644, and dirs 755
11001100
## Not restricted by umask.
11011101
if (!WINDOWS) .Call(C_dirchmod, pkgname, group.writable=FALSE)
1102-
## Add build stamp *and* expaned R fields to the DESCRIPTION file:
1102+
## Add build stamp *and* expanded R fields to the DESCRIPTION file:
11031103
add_build_stamp_to_description_file(file.path(pkgname, "DESCRIPTION"),
11041104
pkgdir, user)
11051105
messageLog(Log,

0 commit comments

Comments
 (0)