mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
s/shutdown/shut down/
This commit is contained in:
committed by
Dave Page
parent
419f9069ae
commit
a6ee27cf25
+1
-1
@@ -332,7 +332,7 @@ void Server::shutdown(QUrl url)
|
||||
{
|
||||
bool shotdown = shutdownServer(url);
|
||||
if (!shotdown)
|
||||
setError(tr("Failed to shutdown application server thread."));
|
||||
setError(tr("Failed to shut down application server thread."));
|
||||
|
||||
QThread::quit();
|
||||
QThread::wait();
|
||||
|
||||
Reference in New Issue
Block a user