-
Bug
-
Resolution: Fixed
-
P3
-
6u23
-
b139
-
x86
-
windows_xp
-
Verified
I found the following typos in the deployment message resource file: com.sun.deploy.resources.Deployment
{ "api.persistence.detail",
"The maximum size of allotted storage is {1} bytes. The " +
"application has requested to increese it to {0} bytes." },
(Change "increese" to "increase")
{ "net.proxy.type.user", "User has overriden browser's proxy settings." },
(Change "overriden" to "overridden")
{ "api.persistence.detail",
"The maximum size of allotted storage is {1} bytes. The " +
"application has requested to increese it to {0} bytes." },
(Change "increese" to "increase")
{ "net.proxy.type.user", "User has overriden browser's proxy settings." },
(Change "overriden" to "overridden")