Skip to content

Commit 90717a8

Browse files
committed
Fix typo
1 parent e4388a1 commit 90717a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/testing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ transform_and_check <- function(in_item, out_item,
117117
unclass()
118118
if (!file.exists(out_item)) {
119119
warn(paste(
120-
"File", out_item, "does not exist. Creating it from transormation."
120+
"File", out_item, "does not exist. Creating it from transformation."
121121
))
122122
file.create(out_item)
123123
}

0 commit comments

Comments
 (0)