summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.h b/TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.h
index fe282efe565..dcdd83568c7 100644
--- a/TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.h
+++ b/TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.h
@@ -22,7 +22,7 @@
/**
* The Event Service Framework uses Worker classes to iterate over
* collections of proxies.
- * The followin class defines the worker interface, basically users of
+ * The following class defines the worker interface, basically users of
* the framework implement a worker object and pass it to one
* collection. The collection invokes the worker for each element the
* colection contains.