Author: ajs6f
Date: Wed Dec 27 20:08:38 2017
New Revision: 1819365
URL: http://svn.apache.org/viewvc?rev=1819365&view=rev
Log:
fix two typos
Modified:
jena/site/trunk/content/documentation/txn/index.md
Modified: jena/site/trunk/content/documentation/txn/index.md
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/txn/index.md?rev=1819365&r1=1819364&r2=1819365&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/txn/index.md (original)
+++ jena/site/trunk/content/documentation/txn/index.md Wed Dec 27 20:08:38 2017
@@ -18,7 +18,7 @@ Transaction provide applications with a
threads. The properties of transactions are
[ACID](https://en.wikipedia.org/wiki/ACID)
- 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.
Jena provides transaction on datasets and provides "serializable transactions".