From e74651529fcfee18b9f214e5a297858cab94b86a Mon Sep 17 00:00:00 2001 From: "nboyd%atg.com" Date: Thu, 30 Aug 2007 13:45:33 +0000 Subject: [PATCH] fix spelling error in comment git-svn-id: svn://10.0.0.236/trunk@233394 18797224-902f-48f8-a5cc-f745e15eee43 --- .../js/rhino/src/org/mozilla/javascript/EvaluatorException.java | 2 +- mozilla/js/rhino/src/org/mozilla/javascript/RhinoException.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/EvaluatorException.java b/mozilla/js/rhino/src/org/mozilla/javascript/EvaluatorException.java index 988600908c2..7b4e7cc477a 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/EvaluatorException.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/EvaluatorException.java @@ -74,7 +74,7 @@ public class EvaluatorException extends RhinoException * RuntimeException. * * @param detail the error message - * @param sourceName the name of the source reponsible for the error + * @param sourceName the name of the source responsible for the error * @param lineNumber the line number of the source * @param columnNumber the columnNumber of the source (may be zero if * unknown) diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/RhinoException.java b/mozilla/js/rhino/src/org/mozilla/javascript/RhinoException.java index 5d73ed7454c..22daf602e17 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/RhinoException.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/RhinoException.java @@ -99,7 +99,7 @@ public abstract class RhinoException extends RuntimeException /** * Initialize the uri of the script source containing the error. * - * @param sourceName the uri of the script source reponsible for the error. + * @param sourceName the uri of the script source responsible for the error. * It should not be null. * * @throws IllegalStateException if the method is called more then once.