From 69bddf6ed12cda16b8f47dd88b80d0a6c56cd62a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 17 Feb 2005 10:49:22 +0100 Subject: [PATCH] TransporterRegistry.hpp: corrected spelling ndb/include/transporter/TransporterRegistry.hpp: corrected spelling --- ndb/include/transporter/TransporterRegistry.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndb/include/transporter/TransporterRegistry.hpp b/ndb/include/transporter/TransporterRegistry.hpp index d0a761998ec..a31fa1d5ce2 100644 --- a/ndb/include/transporter/TransporterRegistry.hpp +++ b/ndb/include/transporter/TransporterRegistry.hpp @@ -104,7 +104,7 @@ public: /** * this handle will be used in the client connect thread * to fetch information on dynamic ports. The old handle - * id destroyed, and this is destroyed by the destructor + * (if set) is destroyed, and this is destroyed by the destructor */ void set_mgm_handle(NdbMgmHandle h); NdbMgmHandle get_mgm_handle(void) { return m_mgm_handle; };