Author: andy
Date: Wed Mar 28 21:50:10 2012
New Revision: 1306612
URL: http://svn.apache.org/viewvc?rev=1306612&view=rev
Log:
Typos
Modified:
incubator/jena/site/trunk/content/jena/documentation/tdb/tdb_transactions.mdtext
Modified:
incubator/jena/site/trunk/content/jena/documentation/tdb/tdb_transactions.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/tdb/tdb_transactions.mdtext?rev=1306612&r1=1306611&r2=1306612&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/tdb/tdb_transactions.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/tdb/tdb_transactions.mdtext
Wed Mar 28 21:50:10 2012
@@ -195,9 +195,9 @@ Thread 2:
} finally { dataset.end() ; }
Each thread has a separate `dataset` object; these safely share the
-same storage but have independent transaction.
+same storage but have independent transactions.
-While it is possible to shared a transaction between multiple
+While it is possible to share a transaction between multiple
threads, this is not encouraged. Applications needing to do so must
ensure that only one thread starts the transaction, via a `Dataset` object,
and that all threads are acting "multiple reader OR single writer".