You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oz...@apache.org on 2006/07/20 18:27:43 UTC

svn commit: r423981 - /jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org