From 1c852e6e40d8f886f9ecaf77c6643bbee0904f8a Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 26 Mar 2026 10:38:41 +0100 Subject: [PATCH] Fixed typo in comment * TAO/tao/Transport.h: --- TAO/tao/Transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TAO/tao/Transport.h b/TAO/tao/Transport.h index 4268a2767464f..5ec56f09d58ba 100644 --- a/TAO/tao/Transport.h +++ b/TAO/tao/Transport.h @@ -1173,7 +1173,7 @@ class TAO_Export TAO_Transport /// @@Phil, I think it would be nice if we could think of a way to /// do the following. /// We have been trying to use the transport for marking about - /// translator factories and such! IMHO this is a wrong encapulation + /// translator factories and such! IMHO this is a wrong encapsulation /// ie. trying to populate the transport object with these /// details. We should probably have a class something like /// TAO_Message_Property or TAO_Message_Translator or whatever (I am