diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-02-17 10:49:22 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-02-17 10:49:22 +0100 |
commit | 69bddf6ed12cda16b8f47dd88b80d0a6c56cd62a (patch) | |
tree | c7ba9766470cd3960d8f02c365c865947b1dce00 /ndb/include/transporter | |
parent | 461dab23504c66a75e5bae7ed1a194e6e29111f8 (diff) | |
download | mariadb-git-69bddf6ed12cda16b8f47dd88b80d0a6c56cd62a.tar.gz |
TransporterRegistry.hpp:
corrected spelling
ndb/include/transporter/TransporterRegistry.hpp:
corrected spelling
Diffstat (limited to 'ndb/include/transporter')
-rw-r--r-- | ndb/include/transporter/TransporterRegistry.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |