From: <le...@us...> - 2009-08-24 03:30:36
|
Revision: 6717 http://jython.svn.sourceforge.net/jython/?rev=6717&view=rev Author: leosoto Date: 2009-08-24 03:30:29 +0000 (Mon, 24 Aug 2009) Log Message: ----------- Fixing typo in org.pyton.modules.thread.thread docs Modified Paths: -------------- trunk/jython/src/org/python/modules/thread/thread.java Modified: trunk/jython/src/org/python/modules/thread/thread.java =================================================================== --- trunk/jython/src/org/python/modules/thread/thread.java 2009-08-24 00:10:42 UTC (rev 6716) +++ trunk/jython/src/org/python/modules/thread/thread.java 2009-08-24 03:30:29 UTC (rev 6717) @@ -64,7 +64,7 @@ /** * Interrupts all running threads spawned by the thread module. * - * This works in conjuntion with:<ul> + * This works in conjunction with:<ul> * <li>{@link PyTableCode#call(org.python.core.PyFrame, PyObject)}: * checks for the interrupted status of the current thread and raise * a SystemRestart exception if a interruption is detected.</li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |