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 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 Toggle severity filter on/off\n"