Author: ozeigermann
Date: Thu Jul 20 09:27:42 2006
New Revision: 423981

URL: http://svn.apache.org/viewvc?rev=423981&view=rev
Log:
Minor spelling mistake fixed.

Modified:
    
jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java

Modified: 
jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java?rev=423981&r1=423980&r2=423981&view=diff
==============================================================================
--- 
jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java
 (original)
+++ 
jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java
 Thu Jul 20 09:27:42 2006
@@ -25,7 +25,7 @@
 
 /**
  * Simple turn based barrier to make a sequence of calls from different 
threads deterministic.
- * This is very useful for testing where you want to have a contious flow 
throughout 
+ * This is very useful for testing where you want to have a continuous flow 
throughout 
  * different threads. The idea is to have an ordered sequence of steps where 
step n can not be 
  * executed before n-1.
  * 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to