diff options
author | unknown <tomas@poseidon.(none)> | 2004-09-15 08:39:12 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-09-15 08:39:12 +0000 |
commit | ff376da0112e27a072983c1431bcf16546073206 (patch) | |
tree | b9eb72871b47eed26f8198af5a0b4746ab0d549d /ndb | |
parent | 405869c14a9aff1507be682afeb07da9d6cfe499 (diff) | |
download | mariadb-git-ff376da0112e27a072983c1431bcf16546073206.tar.gz |
fixed cosmetic printouts
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/src/common/transporter/TransporterRegistry.cpp | 4 | ||||
-rw-r--r-- | ndb/src/mgmclient/CommandInterpreter.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ndb/src/common/transporter/TransporterRegistry.cpp b/ndb/src/common/transporter/TransporterRegistry.cpp index 01f1f74f053..1e6a33466a4 100644 --- a/ndb/src/common/transporter/TransporterRegistry.cpp +++ b/ndb/src/common/transporter/TransporterRegistry.cpp @@ -1174,7 +1174,7 @@ TransporterRegistry::start_service(SocketServer& socket_server) { ndbout_c("Unable to setup transporter service port: %d!\n" "Please check if the port is already used,\n" - "(perhaps a mgmtsrvrserver is already running)", + "(perhaps a mgmt server is already running)", m_service_port); delete t->m_service; return false; @@ -1199,7 +1199,7 @@ TransporterRegistry::start_service(SocketServer& socket_server) { ndbout_c("Unable to setup transporter service port: %d!\n" "Please check if the port is already used,\n" - "(perhaps a mgmtsrvrserver is already running)", + "(perhaps a mgmt server is already running)", m_service_port); delete m_transporter_service; return false; diff --git a/ndb/src/mgmclient/CommandInterpreter.cpp b/ndb/src/mgmclient/CommandInterpreter.cpp index f07fe44dd2d..4525d5446ec 100644 --- a/ndb/src/mgmclient/CommandInterpreter.cpp +++ b/ndb/src/mgmclient/CommandInterpreter.cpp @@ -54,7 +54,7 @@ static const char* helpText = #endif "START BACKUP Start backup\n" "ABORT BACKUP <backup id> Abort backup\n" -"SHUTDOWN Shutdown all processed in cluster and quit\n" +"SHUTDOWN Shutdown all processes in cluster and quit\n" "CLUSTERLOG ON Enable Cluster logging\n" "CLUSTERLOG OFF Disable Cluster logging\n" "CLUSTERLOG FILTER <severity> Toggle severity filter on/off\n" |