From a4d2b74fd0a3e72d7c53e3effda8bf797909f7e1 Mon Sep 17 00:00:00 2001 From: "nboyd%atg.com" Date: Wed, 18 Jul 2007 15:09:25 +0000 Subject: [PATCH] Minor: fix spelling errors in comment. git-svn-id: svn://10.0.0.236/trunk@230190 18797224-902f-48f8-a5cc-f745e15eee43 --- .../js/rhino/src/org/mozilla/javascript/ScriptableObject.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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