summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Guerreiro <maximeg@google.com>2018-04-19 07:10:25 +0000
committerDavid Pursehouse <dpursehouse@collab.net>2018-04-19 09:30:07 +0200
commitdb9c8ad778b03eb282d010b1bfc47e471cdcc0a7 (patch)
treeb9fa31ba1a9d932221ac88fb907565f2ec881831
parentc7bdc5b4857df26ee493b4bef52de89695f1a4d6 (diff)
Replace "the the" occurences with "the" (wrong repetition)
-rw-r--r--Documentation/user-submodules.txt2
-rw-r--r--gerrit-extension-api/src/main/java/com/google/gerrit/extensions/config/ExternalIncludedIn.java4
-rw-r--r--gerrit-httpd/src/main/java/com/google/gerrit/httpd/AllRequestFilter.java2
-rw-r--r--gerrit-server/src/main/java/com/google/gerrit/server/change/IncludedInResolver.java2
4 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/user-submodules.txt b/Documentation/user-submodules.txt
index 13d0755354..a2a080b887 100644
--- a/Documentation/user-submodules.txt
+++ b/Documentation/user-submodules.txt
@@ -27,7 +27,7 @@ To take advantage of this feature, one should:
.. a url that starts with the link:config-gerrit.html#gerrit.canonicalWebUrl[`gerrit.canonicalWebUrl`]
When a commit in a project is merged, Gerrit checks for superprojects
-that are subscribed to the the project and automatically updates those
+that are subscribed to the project and automatically updates those
superprojects with a commit that updates the gitlink for the project.
This feature is enabled by default and can be disabled
diff --git a/gerrit-extension-api/src/main/java/com/google/gerrit/extensions/config/ExternalIncludedIn.java b/gerrit-extension-api/src/main/java/com/google/gerrit/extensions/config/ExternalIncludedIn.java
index 1b95778dab..d368ed47e6 100644
--- a/gerrit-extension-api/src/main/java/com/google/gerrit/extensions/config/ExternalIncludedIn.java
+++ b/gerrit-extension-api/src/main/java/com/google/gerrit/extensions/config/ExternalIncludedIn.java
@@ -23,8 +23,8 @@ public interface ExternalIncludedIn {
/**
* Returns additional entries for IncludedInInfo as multimap where the key is the row title and
- * the the values are a list of systems that include the given commit (e.g. names of servers on
- * which this commit is deployed).
+ * the values are a list of systems that include the given commit (e.g. names of servers on which
+ * this commit is deployed).
*
* <p>The tags and branches in which the commit is included are provided so that a RevWalk can be
* avoided when a system runs a certain tag or branch.
diff --git a/gerrit-httpd/src/main/java/com/google/gerrit/httpd/AllRequestFilter.java b/gerrit-httpd/src/main/java/com/google/gerrit/httpd/AllRequestFilter.java
index 09b6f250fa..0cd4efbd59 100644
--- a/gerrit-httpd/src/main/java/com/google/gerrit/httpd/AllRequestFilter.java
+++ b/gerrit-httpd/src/main/java/com/google/gerrit/httpd/AllRequestFilter.java
@@ -106,7 +106,7 @@ public abstract class AllRequestFilter implements Filter {
throws IOException, ServletException {
while (itr.hasNext()) {
AllRequestFilter filter = itr.next();
- // To avoid {@code synchronized} on the the whole filtering (and
+ // To avoid {@code synchronized} on the whole filtering (and
// thereby killing concurrency), we start the below disjunction
// with an unsynchronized check for containment. This
// unsynchronized check is always correct if no filters got
diff --git a/gerrit-server/src/main/java/com/google/gerrit/server/change/IncludedInResolver.java b/gerrit-server/src/main/java/com/google/gerrit/server/change/IncludedInResolver.java
index 843ef3ceac..99b5245494 100644
--- a/gerrit-server/src/main/java/com/google/gerrit/server/change/IncludedInResolver.java
+++ b/gerrit-server/src/main/java/com/google/gerrit/server/change/IncludedInResolver.java
@@ -144,7 +144,7 @@ public class IncludedInResolver {
* <li>after = commits with time >= target.getCommitTime()
* </ul>
*
- * Each of the before/after lists is sorted by the the commit time.
+ * Each of the before/after lists is sorted by the commit time.
*
* @param before
* @param after