Spelling fix

This commit is contained in:
Luca P. 2015-08-22 15:58:45 +02:00
parent f1cc8ddde4
commit 1a9ec65983

View File

@ -33,7 +33,7 @@ class ServerKiller extends Thread{
public function run(){
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());
}