diff --git a/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryIntegrationTests.java b/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryIntegrationTests.java
index ee5506574b..669ec49155 100644
--- a/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryIntegrationTests.java
+++ b/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryIntegrationTests.java
@@ -95,7 +95,7 @@ void before() {
protected abstract ConnectionFactory createConnectionFactory();
/**
- * Returns the the CREATE TABLE statement for table {@code legoset} with the following three columns:
+ * Returns the CREATE TABLE statement for table {@code legoset} with the following three columns:
*
* - id integer (primary key), not null, auto-increment
* - name varchar(255), nullable
diff --git a/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryWithMixedCaseNamesIntegrationTests.java b/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryWithMixedCaseNamesIntegrationTests.java
index 3050ba94db..189e851824 100644
--- a/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryWithMixedCaseNamesIntegrationTests.java
+++ b/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryWithMixedCaseNamesIntegrationTests.java
@@ -88,7 +88,7 @@ void before() {
protected abstract String getCreateTableStatement();
/**
- * Returns the the DROP TABLE statement for table {@code LegoSet}.
+ * Returns the DROP TABLE statement for table {@code LegoSet}.
*
* @return the DROP TABLE statement for table {@code LegoSet}.
*/
diff --git a/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/support/AbstractSimpleR2dbcRepositoryIntegrationTests.java b/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/support/AbstractSimpleR2dbcRepositoryIntegrationTests.java
index 7c7a2e4664..903d62bb75 100644
--- a/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/support/AbstractSimpleR2dbcRepositoryIntegrationTests.java
+++ b/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/support/AbstractSimpleR2dbcRepositoryIntegrationTests.java
@@ -110,7 +110,7 @@ void before() {
protected abstract DataSource createDataSource();
/**
- * Returns the the CREATE TABLE statement for table {@code legoset} with the following three columns:
+ * Returns the CREATE TABLE statement for table {@code legoset} with the following three columns:
*
* - id integer (primary key), not null, auto-increment
* - name varchar(255), nullable