diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/ScriptableObject.java b/mozilla/js/rhino/src/org/mozilla/javascript/ScriptableObject.java index 12c8e6b2c6f..2a2f5e395c2 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/ScriptableObject.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/ScriptableObject.java @@ -1901,7 +1901,7 @@ public abstract class ScriptableObject implements Scriptable, Serializable, * Value can only be associated with the given object and key only once. * The method ignores any subsequent attempts to change the already * associated value. - *

The associated values are not serilized. + *

The associated values are not serialized. * @param key key object to select particular value. * @param value the value to associate * @return the passed value if the method is called first time for the