summaryrefslogtreecommitdiff
path: root/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php')
-rw-r--r--plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php b/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php
index c5999956b..672e6f610 100644
--- a/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php
+++ b/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php
@@ -27,7 +27,7 @@
*/
class Phergie_Process_Statusnet extends Phergie_Process_Async {
- public function __constuct(Phergie_Extended_Bot $bot, array $options) {
+ public function __construct(Phergie_ExtendedBot $bot, array $options) {
$this->usec = 0;
Phergie_Process_Abstract::__construct($bot, $options);
}