fix spelling error in comment

git-svn-id: svn://10.0.0.236/trunk@233394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nboyd%atg.com
2007-08-30 13:45:33 +00:00
parent 844f29ee35
commit e74651529f
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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 <tt>null</tt>.
*
* @throws IllegalStateException if the method is called more then once.