Skip to content

Commit

Permalink
Fix trivial typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 18, 2024
1 parent 54fd108 commit 4fc82a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/result.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ get_result <- function(output, options) {
}

## No error file? Then probably all is well, return the output
## If this is currupt, then the R process has crashed
## If this is corrupt, then the R process has crashed
## This cannot happen from R 3.5.0, because that version only writes
## out the output file if no error or crash has happened.
## (Older R versions write a corrupt RDS file in this case.)
Expand Down

0 comments on commit 4fc82a3

Please sign in to comment.