summaryrefslogtreecommitdiff
path: root/libjava/classpath/java/rmi/activation/Activatable.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/rmi/activation/Activatable.java')
-rw-r--r--libjava/classpath/java/rmi/activation/Activatable.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/java/rmi/activation/Activatable.java b/libjava/classpath/java/rmi/activation/Activatable.java
index eb51100304f..6977d984c54 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