]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/xmppdaemon.php
Localisation updates from !translatewiki !StatusNet
[quix0rs-gnu-social.git] / 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);