diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-22 18:29:09 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-22 18:29:09 +0000 |
commit | f23afa009f8a0fbbd71902c1e07fb3cda0ba1d40 (patch) | |
tree | e83f25fd3f47327c73c4d3b0d9725640efd69c39 /TAO/tao/Connection_Handler.h | |
parent | a84ca451011cc44f507492b87c7f175191996b1a (diff) | |
download | ATCD-f23afa009f8a0fbbd71902c1e07fb3cda0ba1d40.tar.gz |
Fri Jun 22 13:20:19 2001 Paul Calabrese <calabrese_p@ociweb.com>
Diffstat (limited to 'TAO/tao/Connection_Handler.h')
-rw-r--r-- | TAO/tao/Connection_Handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Connection_Handler.h b/TAO/tao/Connection_Handler.h index 14aa7830597..7caeccecd4b 100644 --- a/TAO/tao/Connection_Handler.h +++ b/TAO/tao/Connection_Handler.h @@ -44,7 +44,7 @@ class ACE_Event_Handler; * connections handler in every protocol can derive from this * class as well as the ACE_Svc_Handler specialised for the * right protocol. This way, most of the common code for the - * different protocls would be in this implementation. Further, + * different protocols would be in this implementation. Further, * this class wold be of immense use in storing the handlers in * the Cache for TAO. This would help in purging entries which * is generally accompanied by closing the open handles and |