The the patrol.
diff --git a/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Dataset.java b/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Dataset.java
index 22135b5..3c0e568 100644
--- a/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Dataset.java
+++ b/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Dataset.java
@@ -123,7 +123,7 @@
     /**
      * Get a named graph in this dataset.
      * <p>
-     * The {@link Triple}s of the named graph are equivalent to the the Quads of
+     * The {@link Triple}s of the named graph are equivalent to the Quads of
      * this Dataset which has the {@link Quad#getGraphName()} equal to the
      * provided <code>graphName</code>, or equal to {@link Optional#empty()} if
      * the provided <code>graphName</code> is <code>null</code>.