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

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


The following commit(s) were added to refs/heads/master by this push:
     new ee39ccb  Typos in comment
ee39ccb is described below

commit ee39ccbe003ac132bcc217ae1b36d88f98a5c6d1
Author: Andy Seaborne <[email protected]>
AuthorDate: Sat Dec 14 09:53:53 2019 +0000

    Typos in comment
---
 .../src/main/java/org/apache/jena/tdb2/params/StoreParams.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/params/StoreParams.java 
b/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/params/StoreParams.java
index b2a851a..d62d8dd 100644
--- 
a/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/params/StoreParams.java
+++ 
b/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/params/StoreParams.java
@@ -30,10 +30,10 @@ import org.apache.jena.tdb2.params.StoreParamsBuilder.Item;
  * and some parameters can only be changed at the point the database is
  * created.
  * <p>
- * Getting paramters settings wrong can destroy a databse.
+ * Getting parameters settings wrong can destroy a databse.
  * Alternating the block size is not encouraged and should only be
  * done if necessary.  It can silently destroy a database if set
- * to a different value than thatused to create the database.  The
+ * to a different value than that used to create the database.  The
  * default value of 8Kbytes is good for almost use.
  *
  * @see StoreParamsBuilder  for constructing StoreParams

Reply via email to