]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor typo correction in log message. Seems trivial, unless you are trying to search...
authorCiaran Gultnieks <ciaran@ciarang.com>
Thu, 12 Nov 2009 09:18:15 +0000 (09:18 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 12 Nov 2009 09:18:15 +0000 (09:18 +0000)
scripts/xmppdaemon.php

index b2efc07c38c644092b4a1549761efb01af99c330..e52e2a6afe6d3fdcb6293a2f340b00dd86102739 100755 (executable)
@@ -187,7 +187,7 @@ class XMPPDaemon extends Daemon
             return;
         }
         if ($this->handle_command($user, $pl['body'])) {
-            $this->log(LOG_INFO, "Command messag by $from handled.");
+            $this->log(LOG_INFO, "Command message by $from handled.");
             return;
         } else if ($this->is_autoreply($pl['body'])) {
             $this->log(LOG_INFO, 'Ignoring auto reply from ' . $from);