Merge pull request #1803 from Falkirks/patch-1

Spelling on crashDump()
This commit is contained in:
Shoghi Cervantes 2014-07-30 00:12:08 +02:00
commit f991efd5bc

View File

@ -1814,7 +1814,7 @@ class Server{
if(($data = json_decode($reply)) !== false and isset($data->crashId)){
$reportId = $data->crashId;
$reportUrl = $data->crashUrl;
$this->logger->emergency("The crash dump has ben automatically submitted to the Crash Archive. You can view it on $reportUrl or use the ID #$reportId.");
$this->logger->emergency("The crash dump has been automatically submitted to the Crash Archive. You can view it on $reportUrl or use the ID #$reportId.");
}
}