Skip to content

Commit df91de6

Browse files
committed
some spelling fixes
1 parent cfbeda8 commit df91de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/module_teal_lockfile.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ srv_teal_lockfile <- function(id) {
7373

7474
# run renv::snapshot only once per app. Once calculated available for all users
7575
if (file.exists(lockfile_path)) {
76-
logger::log_debug("Lockfile have been already created - skipping automatic creation.")
76+
logger::log_debug("Lockfile has been already created - skipping automatic creation.")
7777
enable_lockfile_download()
7878
return(NULL)
7979
}
@@ -87,7 +87,7 @@ srv_teal_lockfile <- function(id) {
8787
enable_lockfile_download()
8888
return(NULL)
8989
} else {
90-
warning("lockfile provided through options('teal.renv.lockfile') does not exist.", call. = FALSE)
90+
warning("Lockfile provided through options('teal.renv.lockfile') does not exist.", call. = FALSE)
9191
}
9292
}
9393

0 commit comments

Comments
 (0)