This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rdf.git
The following commit(s) were added to refs/heads/master by this push: new 09d9c135 Normalize spelling 09d9c135 is described below commit 09d9c135be63b510b1c5baad89778d49e85be5a4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 25 12:15:06 2024 -0400 Normalize spelling --- .../src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java b/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java index 4a182314..0f78a05b 100644 --- a/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java +++ b/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java @@ -20,7 +20,7 @@ package org.apache.commons.rdf.api; /** * Factory for creating RDFTerm instances. * <p> - * This interface is <strong>deprecated</strong> in favour of the richer + * This interface is <strong>deprecated</strong> in favor of the richer * {@link RDF}. * * @see RDF