summaryrefslogtreecommitdiff
path: root/java/src/Ice/ThreadNotification.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/ThreadNotification.java')
-rw-r--r--java/src/Ice/ThreadNotification.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/Ice/ThreadNotification.java b/java/src/Ice/ThreadNotification.java
index ef274ee9b41..f98e7570fa8 100644
--- a/java/src/Ice/ThreadNotification.java
+++ b/java/src/Ice/ThreadNotification.java
@@ -11,7 +11,7 @@ package Ice;
/**
* Interface for thread notification hooks. Applications can derive
- * a class tat implements the <code>start</code> and <code>stop</code>
+ * a class that implements the <code>start</code> and <code>stop</code>
* methods to intercept creation and destruction of threads created
* by the Ice run time.
*