diff --git a/R/ArrowUtils.R b/R/ArrowUtils.R index 2fd8aab9..54608320 100644 --- a/R/ArrowUtils.R +++ b/R/ArrowUtils.R @@ -207,7 +207,7 @@ identical(fdfx, fdf) }, threads = threads) %>% unlist %>% all if(!checkIdentical){ - stop("Error not all FeatureDF for asssay is the same!") + stop("Error not all FeatureDF for assay is the same!") } }