@@ -4044,7 +4044,7 @@ add_dummies <- function(dir, Log)
40444044
40454045 check_rust <- function ()
40464046 {
4047- # # It is impossible to tell definiitively if a package
4047+ # # It is impossible to tell definitively if a package
40484048 # # compiles rust code. SystemRequirements in DESCRIPTION is
40494049 # # fres-format, and only advisory. So we look at the
40504050 # # installation log, which we found in check_src()
@@ -5679,7 +5679,7 @@ add_dummies <- function(dir, Log)
56795679 # # <https://bugs.astron.com/view.php?id=316>
56805680 pretest <- function (f )
56815681 {
5682- # # The format is (in bytes) the version mumber ,
5682+ # # The format is (in bytes) the version number ,
56835683 # # year-1900 of last change, month#, day, ...
56845684 z <- readBin(f , raw(), 2L )
56855685 identical(z , as.raw(c(3 , 122 )))
@@ -7208,7 +7208,7 @@ add_dummies <- function(dir, Log)
72087208 if (WINDOWS ) {
72097209 # # always has sub-archs as from R 2.12.0.
72107210 # # usually if two are installed, it was done on a 64-bit OS,
7211- # # but the filesystem might be shared betweeen OSes.
7211+ # # but the filesystem might be shared between OSes.
72127212 f <- dir(file.path(R.home(), " bin" ))
72137213 archs <- f [f %in% c(" i386" , " x64" )]
72147214 # # if we have x64, can only run it on a 64-bit OS
@@ -7684,7 +7684,7 @@ add_dummies <- function(dir, Log)
76847684 # # have a 'DESCRIPTION.in' file (instead of 'DESCRIPTION'),
76857685 # # with Version and License fields containing '@VERSION@' for
76867686 # # substitution by configure. Earlier bundles had packages
7687- # # containing DESCRIPTIION .in, hence the extra check for
7687+ # # containing DESCRIPTION .in, hence the extra check for
76887688 # # Makefile.in.
76897689
76907690 is_base_pkg <- is_rec_pkg <- FALSE
@@ -7758,7 +7758,7 @@ add_dummies <- function(dir, Log)
77587758 resultLog(Log , " OK" )
77597759 else if (file.exists(file.path(pkgdir , " NAMESPACE" ))) {
77607760 errorLog(Log ,
7761- " File NAMESPACE does not exist but there is a case-insenstiive match." )
7761+ " File NAMESPACE does not exist but there is a case-insensitive match." )
77627762 summaryLog(Log )
77637763 do_exit(1L )
77647764 } else if (dir.exists(file.path(pkgdir , " R" ))) {
0 commit comments