Skip to content

Commit

Permalink
Fix typos in javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisboyd committed Apr 14, 2008
1 parent 61a2245 commit 1df4000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolsrc/org/mozilla/javascript/tools/shell/Global.java
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,10 @@ public static Object sync(Context cx, Scriptable thisObj, Object[] args,
* JavaScript object, it is an option object. Otherwise it is converted to
* string denoting the last argument and options objects assumed to be
* empty.
* Te following properties of the option object are processed:
* The following properties of the option object are processed:
* <ul>
* <li><tt>args</tt> - provides an array of additional command arguments
* <li><tt>env</tt> - explicit environment object. All its enumeratable
* <li><tt>env</tt> - explicit environment object. All its enumerable
* properties define the corresponding environment variable names.
* <li><tt>input</tt> - the process input. If it is not
* java.io.InputStream, it is converted to string and sent to the process
Expand Down

0 comments on commit 1df4000

Please sign in to comment.