Skip to content

Commit 0ee2560

Browse files
fix error typo
1 parent 55f6898 commit 0ee2560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ option_read <- function(x, default = NULL, error_if_not_found = TRUE) {
100100
if (x %in% names(options()) | !error_if_not_found) {
101101
getOption(x, default)
102102
} else {
103-
rlang::abort(paste("R option", x, "most be set."))
103+
rlang::abort(paste("R option", x, "must be set."))
104104
}
105105
}
106106

0 commit comments

Comments
 (0)