Author: boisvert
Date: Thu Mar  8 14:43:51 2007
New Revision: 516208

URL: http://svn.apache.org/viewvc?view=rev&rev=516208
Log:
Fix typo

Modified:
    
incubator/ode/trunk/bpel-api/src/main/java/org/apache/ode/bpel/iapi/Scheduler.java

Modified: 
incubator/ode/trunk/bpel-api/src/main/java/org/apache/ode/bpel/iapi/Scheduler.java
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-api/src/main/java/org/apache/ode/bpel/iapi/Scheduler.java?view=diff&rev=516208&r1=516207&r2=516208
==============================================================================
--- 
incubator/ode/trunk/bpel-api/src/main/java/org/apache/ode/bpel/iapi/Scheduler.java
 (original)
+++ 
incubator/ode/trunk/bpel-api/src/main/java/org/apache/ode/bpel/iapi/Scheduler.java
 Thu Mar  8 14:43:51 2007
@@ -49,7 +49,7 @@
      * Schedule a volatile (non-persisted) job. Volatile jobs should not be
      * saved in the database and should not survive system crash. Volatile
      * jobs scheduled from a transactional context should be scheduled
-     * regardless of whether the tansaction commits.
+     * regardless of whether the transaction commits.
      *
      * @param jobDetail information about the job
      * @return unique (as far as the scheduler is concerned) job identifier


Reply via email to