Fix typo in test-collocations

Change-Id: I1f55b8eabb14bdd68f07c219878b092d32e87760
diff --git a/tests/testthat/test-collocations.R b/tests/testthat/test-collocations.R
index 7c05658..5f4e4c5 100644
--- a/tests/testthat/test-collocations.R
+++ b/tests/testthat/test-collocations.R
@@ -45,7 +45,7 @@
   testthat::expect_equal(nrow(df), 0)
 })
 
-test_that("temoveWithinSpanWorks", {
+test_that("removeWithinSpanWorks", {
   expect_equal(
     removeWithinSpan("contains(<base/s=s>, (machen []{0,1} aufmerksam | aufmerksam []{0,1} machen))", "base/s=s"),
     "(machen []{0,1} aufmerksam | aufmerksam []{0,1} machen)")