From 3be56e1e23c059d8066a45d2488c9d69e1e7f171 Mon Sep 17 00:00:00 2001 From: "nboyd%atg.com" Date: Wed, 28 May 2008 12:36:35 +0000 Subject: [PATCH] Fix typos in comments. --- js/rhino/src/org/mozilla/javascript/EcmaError.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/rhino/src/org/mozilla/javascript/EcmaError.java b/js/rhino/src/org/mozilla/javascript/EcmaError.java index 09e8bae5b79..b8ac416e86b 100644 --- a/js/rhino/src/org/mozilla/javascript/EcmaError.java +++ b/js/rhino/src/org/mozilla/javascript/EcmaError.java @@ -57,7 +57,7 @@ public class EcmaError extends RhinoException * Errors internal to the JavaScript engine will simply throw a * RuntimeException. * - * @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) @@ -112,7 +112,7 @@ public class EcmaError extends RhinoException * * See ECMA edition 3, 15.11.7.10. * - * @return an implemenation-defined string describing the error. + * @return an implementation-defined string describing the error. */ public String getErrorMessage() {