Skip to content

Commit 79abe14

Browse files
committed
Normalize spelling
1 parent a5890aa commit 79abe14

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

commons-rdf-api/src/main/java/org/apache/commons/rdf/api/QuadLike.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* also be used for <em>generalized quads</em> (e.g. a {@link BlankNode} as
3131
* predicate).
3232
* <p>
33-
* Implementations should specialise which specific {@link RDFTerm} types they
33+
* Implementations should specialize which specific {@link RDFTerm} types they
3434
* return by overriding {@link #getSubject()}, {@link #getPredicate()},
3535
* {@link #getObject()} and {@link #getGraphName()}.
3636
*

commons-rdf-api/src/main/java/org/apache/commons/rdf/api/RDFTerm.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ public interface RDFTerm {
9393
int hashCode();
9494

9595
/**
96-
* Return the term serialised as specified by the RDF-1.1 N-Triples
96+
* Return the term serialized as specified by the RDF-1.1 N-Triples
9797
* Canonical form.
9898
*
99-
* @return The term serialised as RDF-1.1 N-Triples.
99+
* @return The term serialized as RDF-1.1 N-Triples.
100100
* @see <a href="http://www.w3.org/TR/n-triples/#canonical-ntriples">
101101
* RDF-1.1 N-Triples Canonical form</a>
102102
*/

commons-rdf-api/src/main/java/org/apache/commons/rdf/api/TripleLike.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* <em>immutable</em> or <em>thread-safe</em>. This interfaced can also be used
2929
* for <em>generalized triples</em> (e.g. a {@link BlankNode} as predicate).
3030
* <p>
31-
* Implementations should specialise which specific {@link RDFTerm} types they
31+
* Implementations should specialize which specific {@link RDFTerm} types they
3232
* return by overriding {@link #getSubject()}, {@link #getPredicate()} and
3333
* {@link #getObject()}.
3434
*

commons-rdf-jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdGraphLike.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public Stream<? extends T> stream() {
216216
/**
217217
* Common abstract {@link GraphLike}.
218218
* <p>
219-
* Specialised by {@link JsonLdGraph}, {@link JsonLdUnionGraph} and
219+
* specialized by {@link JsonLdGraph}, {@link JsonLdUnionGraph} and
220220
* {@link JsonLdDataset}.
221221
*
222222
* @param <T>

0 commit comments

Comments
 (0)