From 2bcf153e7ec496bee2d5dd008355d56d4af16ed4 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 17 Feb 2012 10:24:55 -0800 Subject: [PATCH] Minor, fix chatlog handler comment. --- .../daemon/irc/handler/log/PhabricatorIRCLogHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/daemon/irc/handler/log/PhabricatorIRCLogHandler.php b/src/infrastructure/daemon/irc/handler/log/PhabricatorIRCLogHandler.php index f51d3c2172..585738ea88 100644 --- a/src/infrastructure/daemon/irc/handler/log/PhabricatorIRCLogHandler.php +++ b/src/infrastructure/daemon/irc/handler/log/PhabricatorIRCLogHandler.php @@ -17,7 +17,7 @@ */ /** - * Looks for Dxxxx, Txxxx and links to them. + * Logs chatter. * * @group irc */