From f005b82a70d7b36efc78f426d6fc5cd58d7a77cc Mon Sep 17 00:00:00 2001 From: Michael Yoo Date: Wed, 9 Oct 2013 13:09:35 +1030 Subject: [PATCH] Fixed typo. Not Longer -> No Longer --- src/API/BanAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/API/BanAPI.php b/src/API/BanAPI.php index a2ce4a5e3..88874fafb 100644 --- a/src/API/BanAPI.php +++ b/src/API/BanAPI.php @@ -139,7 +139,7 @@ class BanAPI{ } $this->ops->remove($player->iusername); $this->ops->save(); - $output .= $player->iusername." is not longer op\n"; + $output .= $player->iusername." is no longer op\n"; $this->server->api->chat->sendTo(false, "You are no longer op.", $player->iusername); break; case "kick":