s/shutdown/shut down/

This commit is contained in:
Anthony DeBarros
2018-06-08 08:45:02 +01:00
committed by Dave Page
parent 419f9069ae
commit a6ee27cf25
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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();