Merge pull request #3395 from luca28pet/patch-1

Spelling fix
This commit is contained in:
Shoghi Cervantes 2015-08-22 23:37:23 +02:00
commit 91bda131be

View File

@ -33,11 +33,11 @@ class ServerKiller extends Thread{
public function run(){ public function run(){
sleep($this->time); sleep($this->time);
echo "\nTook to long to stop, server was killed forcefully!\n"; echo "\nTook too long to stop, server was killed forcefully!\n";
@\pocketmine\kill(getmypid()); @\pocketmine\kill(getmypid());
} }
public function getThreadName(){ public function getThreadName(){
return "Server Killer"; return "Server Killer";
} }
} }