From 8404785839dfe5564634f0218bd78721c84b4b8a Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Wed, 30 Dec 2009 10:53:31 +0000 Subject: re PR other/42537 ([PATCH] misc spelling fixes) /gcc 2009-12-30 Robert Millan PR other/42537 * errors.c: Fix typo in comment. * graphite-sese-to-poly.c: Likewise. * profile.c (is_inconsistent): Fix typo in string. /libjava 2009-12-30 Robert Millan PR other/42537 * classpath/java/rmi/activation/Activatable.java: Fix typos in comment. From-SVN: r155518 --- libjava/classpath/java/rmi/activation/Activatable.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libjava/classpath/java') diff --git a/libjava/classpath/java/rmi/activation/Activatable.java b/libjava/classpath/java/rmi/activation/Activatable.java index eb51100..6977d98 100644 --- a/libjava/classpath/java/rmi/activation/Activatable.java +++ b/libjava/classpath/java/rmi/activation/Activatable.java @@ -150,7 +150,7 @@ public abstract class Activatable * constructor when the object itself is activated via its special * "activation" constructor with the two parameters ({@link ActivationID}, * {@link MarshalledObject}). As a side effect, the object is exported and is - * available to accept incomming calls. + * available to accept incoming calls. * * @param anId the activation id * @param port the port, on which the activatable will be listening @@ -179,7 +179,7 @@ public abstract class Activatable * constructor when the object itself is activated via its special * "activation" constructor with the two parameters ({@link ActivationID}, * {@link MarshalledObject}). As a side effect, the object is exported and is - * available to accept incomming calls. + * available to accept incoming calls. * * @param anId the activation id * @param port the port, on which the activatable will be listening @@ -412,7 +412,7 @@ public abstract class Activatable /** * Make the remote object unavailable for incoming calls. This method also - * unregisters the object, so it cannot be activated again by incomming call + * unregisters the object, so it cannot be activated again by incoming call * (unless registered). * * @param obj the object to unexport -- cgit v1.1