From 59392ac4e9a90802ceca9bec32033c78401976a5 Mon Sep 17 00:00:00 2001 From: Michael Yoo Date: Sat, 12 Apr 2014 19:06:55 +0930 Subject: [PATCH] Fix small spelling typo. --- src/pocketmine/scheduler/CallbackTask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/scheduler/CallbackTask.php b/src/pocketmine/scheduler/CallbackTask.php index 1cfc65804..d8e2771a6 100644 --- a/src/pocketmine/scheduler/CallbackTask.php +++ b/src/pocketmine/scheduler/CallbackTask.php @@ -22,7 +22,7 @@ namespace pocketmine\scheduler; /** - * Allows the creation if simple callbacks with extra data + * Allows the creation of simple callbacks with extra data * The last parameter in the callback will be this object * * If you want to do a task in a Plugin, consider extending PluginTask to your needs