Skip to content

Commit

Permalink
Revert "Revert "fixed typo - workbok -> workbook""
Browse files Browse the repository at this point in the history
This reverts commit dab1b9d.
  • Loading branch information
JanMarvin committed Aug 29, 2024
1 parent 4780b16 commit 8b30da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ addWorksheet <- function(wb,
}

if (!inherits(wb, "Workbook")) {
stop("wb must be a Workbok", call. = FALSE)
stop("wb must be a Workbook", call. = FALSE)
}

# Set NULL defaults
Expand Down

0 comments on commit 8b30da6

Please sign in to comment.