summaryrefslogtreecommitdiff
path: root/rhino/rhino1_7R3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rhino/rhino1_7R3.patch')
-rw-r--r--rhino/rhino1_7R3.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhino/rhino1_7R3.patch b/rhino/rhino1_7R3.patch
index d8557737ca47..b0a4f807f79f 100644
--- a/rhino/rhino1_7R3.patch
+++ b/rhino/rhino1_7R3.patch
@@ -721,7 +721,7 @@ Index: toolsrc/org/mozilla/javascript/tools/debugger/OfficeScriptInfo.java
+ if ( info.closeCallback != null )
+ {
+ System.out.println("** In removeSFScriptInfo have callback for " + key );
-+ info.closeCallback.run(); // really need to do this in seperate thread????
++ info.closeCallback.run(); // really need to do this in separate thread????
+ }
+ }
+ }