You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/06/29 16:18:02 UTC

svn commit: r958984 - /harmony/enhanced/java/trunk/jdktools/modules/jpda/README.txt

Author: hindessm
Date: Tue Jun 29 14:18:02 2010
New Revision: 958984

URL: http://svn.apache.org/viewvc?rev=958984&view=rev
Log:
Trivial typo fixes.

Modified:
    harmony/enhanced/java/trunk/jdktools/modules/jpda/README.txt

Modified: harmony/enhanced/java/trunk/jdktools/modules/jpda/README.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/jdktools/modules/jpda/README.txt?rev=958984&r1=958983&r2=958984&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/jdktools/modules/jpda/README.txt (original)
+++ harmony/enhanced/java/trunk/jdktools/modules/jpda/README.txt Tue Jun 29 14:18:02 2010
@@ -285,7 +285,7 @@ JRE or another JRE supporting the JVMTI 
    for example, the Eclipse* JDT debugger.
 
 The JDWP agent supports all standard options described in JPDA specification,
-except 'onthrow' and 'onuncought' used for starting the debugger on demand.
+except 'onthrow' and 'onuncaught' used for starting the debugger on demand.
 
 To start JVM with the JDWP agent on the command line, use the options shown
 in the usage message:
@@ -372,7 +372,7 @@ The contributed JPDA module has the foll
 
 The following functionality is missing in the current JDWP implementation:
 
-  - Support for agent options onthrow and onuncought to start the debugger
+  - Support for agent options onthrow and onuncaught to start the debugger
     when an exception is thrown in the application.
 
   - Grouping different events for the same location, for example, breakpoint