From: Ciaran Gultnieks Date: Thu, 12 Nov 2009 09:18:15 +0000 (+0000) Subject: Minor typo correction in log message. Seems trivial, unless you are trying to search... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8109d39a566bc351080996d2806b40e89426f168;p=quix0rs-gnu-social.git Minor typo correction in log message. Seems trivial, unless you are trying to search the log for it. --- diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index b2efc07c38..e52e2a6afe 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -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);