jdk/test/demo/jvmti/mtrace/TraceJFrame.java
changeset 4808 37f605425f74
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/test/demo/jvmti/mtrace/TraceJFrame.java	Wed Jan 20 21:38:37 2010 +0800
+++ b/jdk/test/demo/jvmti/mtrace/TraceJFrame.java	Wed Jan 20 12:09:31 2010 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004-2005 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 2004-2010 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -43,7 +43,7 @@
 
         /* Make sure patterns in output look ok */
         if (demo.output_contains("ERROR")) {
-            throw new RuntimeException("Test failed - ERROR seen in oputput");
+            throw new RuntimeException("Test failed - ERROR seen in output");
         }
 
         /* Must be a pass. */