summaryrefslogtreecommitdiff
path: root/lib/immanager.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-08-31 00:05:03 -0400
committerCraig Andrews <candrews@integralblue.com>2010-09-03 17:50:28 -0400
commite7a026091c97c2a9675987492c315ea3a6e09fff (patch)
tree81ed23cddeb5823938bfb53830b48821e38bbda7 /lib/immanager.php
parentb05ab5fc85b320430be9cfe10bf76701c75fc903 (diff)
enqueue_outgoing_raw -> enqueueOutgoingRaw
Diffstat (limited to 'lib/immanager.php')
-rw-r--r--lib/immanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/immanager.php b/lib/immanager.php
index da80b74b7..9563a5326 100644
--- a/lib/immanager.php
+++ b/lib/immanager.php
@@ -31,7 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
* 2) override handleInput() with what to do when data is waiting on
* one of the sockets
* 3) override idle($timeout) to do keepalives (if necessary)
- * 4) implement send_raw_message() to send raw data that ImPlugin::enqueue_outgoing_raw
+ * 4) implement send_raw_message() to send raw data that ImPlugin::enqueueOutgoingRaw
* enqueued
*/