[PATCH] typos in sun/rmi/rmic/RemoteClass
Hi! This small patch fixes some typos: Index: j2se/src/share/classes/sun/rmi/rmic/RemoteClass.java =================================================================== --- j2se/src/share/classes/sun/rmi/rmic/RemoteClass.java (revision 246) +++ j2se/src/share/classes/sun/rmi/rmic/RemoteClass.java (working copy) @@ -611,10 +611,10 @@ public class RemoteClass implements sun. } } catch (IOException e) { throw new Error( - "unexpected exception computing intetrface hash: " + e); + "unexpected exception computing interface hash: " + e); } catch (NoSuchAlgorithmException e) { throw new Error( - "unexpected exception computing intetrface hash: " + e); + "unexpected exception computing interface hash: " + e); } return hash; @@ -864,10 +864,10 @@ public class RemoteClass implements sun. } } catch (IOException e) { throw new Error( - "unexpected exception computing intetrface hash: " + e); + "unexpected exception computing interface hash: " + e); } catch (NoSuchAlgorithmException e) { throw new Error( - "unexpected exception computing intetrface hash: " + e); + "unexpected exception computing interface hash: " + e); } return hash; I've not signed the SCA yet, but the patch is really small and trivial. I'll send the SCA on monday anyways. - twisti
participants (1)
-
Christian Thalinger