From 913c116e7be616c1423ecf32b0513bc071eb1934 Mon Sep 17 00:00:00 2001 From: Falkirks Date: Tue, 29 Jul 2014 15:10:50 -0700 Subject: [PATCH] Spelling --- src/pocketmine/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/Server.php b/src/pocketmine/Server.php index fa898a47c..9ccccc0bd 100644 --- a/src/pocketmine/Server.php +++ b/src/pocketmine/Server.php @@ -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."); } }