diff options
Diffstat (limited to 'rhino')
-rw-r--r-- | rhino/OfficeScriptInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhino/OfficeScriptInfo.java b/rhino/OfficeScriptInfo.java index cb65f336cf21..c55bed085a43 100644 --- a/rhino/OfficeScriptInfo.java +++ b/rhino/OfficeScriptInfo.java @@ -61,7 +61,7 @@ public class OfficeScriptInfo 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???? } } } |