Author: buildbot
Date: Wed Dec 27 20:09:20 2017
New Revision: 1022797
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/documentation/txn/index.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 27 20:09:20 2017
@@ -1 +1 @@
-1819364
+1819366
Modified: websites/staging/jena/trunk/content/documentation/txn/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/txn/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/txn/index.html Wed Dec 27
20:09:20 2017
@@ -171,7 +171,7 @@ on the basic API using Java8 features.</
threads. The properties of transactions are <a
href="https://en.wikipedia.org/wiki/ACID">ACID</a>
- Atomic, Consistent, Isolation, Durable -
meaning that groups of changes are made visible to other transactions
-in a single unit or all chnages are not at all, and when made chnages are not
+in a single unit or all changes are not at all, and when made changes are not
reversed, or the case of persistent storage, not lost or the database
corrupted.</p>
<p>Jena provides transaction on datasets and provides "serializable
transactions".
Any application code reading data sees all changes made elsewhere,