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.