This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 66d36add934de6f4817fbd68602cb70e3d57c1be
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed Nov 6 14:47:23 2024 +0000

    Typos
---
 jena-arq/src/main/java/org/apache/jena/sparql/core/Transactional.java  | 3 ++-
 .../src/main/java/org/apache/jena/fuseki/server/CounterName.java       | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/jena-arq/src/main/java/org/apache/jena/sparql/core/Transactional.java 
b/jena-arq/src/main/java/org/apache/jena/sparql/core/Transactional.java
index c6c1370522..a1fe69901f 100644
--- a/jena-arq/src/main/java/org/apache/jena/sparql/core/Transactional.java
+++ b/jena-arq/src/main/java/org/apache/jena/sparql/core/Transactional.java
@@ -196,7 +196,8 @@ public interface Transactional
      */
     public ReadWrite transactionMode();
 
-    /** Return the transaction type used in {@code begin(TxnType)}.
+    /**
+     * Return the transaction type used in {@code begin(TxnType)}.
      * If the caller is not in a transaction, this method returns null.
      */
     public TxnType transactionType();
diff --git 
a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/CounterName.java
 
b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/CounterName.java
index 2b98647987..80fe30cbff 100644
--- 
a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/CounterName.java
+++ 
b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/CounterName.java
@@ -32,7 +32,7 @@ public class CounterName {
 
     // The "name" is used as a JSON key string.
     // Legacy from when this was an enum and the name() was used for the UI.
-    // The better hierarchicalName is not used but becuse this has
+    // The better hierarchical name is not used but because names have
     // leaked to the javascript, we're a bit stuck.
 
     private final String name;

Reply via email to