diff -r bd380b80f9ea -r ef8a3a2a72f2 jdk/src/share/classes/sun/applet/AppletSecurity.java --- a/jdk/src/share/classes/sun/applet/AppletSecurity.java Tue Oct 29 16:35:20 2013 +0400 +++ b/jdk/src/share/classes/sun/applet/AppletSecurity.java Tue Oct 29 17:01:06 2013 +0400 @@ -140,7 +140,7 @@ * fix bug # 6433620 the logic here is : try to find URLClassLoader from * class context, check its AccessControlContext to see if * AppletClassLoader is in stack when it's created. for this kind of - * URLClassLoader, return the AppContext assocated with the + * URLClassLoader, return the AppContext associated with the * AppletClassLoader. */ for (int i = 0; i < context.length; i++) { @@ -304,7 +304,7 @@ * * @since JDK1.1 * @exception SecurityException if the caller does not have - * permission to accesss the AWT event queue. + * permission to access the AWT event queue. */ public void checkAwtEventQueueAccess() { AppContext appContext = AppContext.getAppContext();