From 218071921d15391752ddb2113c35a7412381cfbd Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Tue, 15 Apr 2014 13:35:26 +0100 Subject: Fix typo in ActiveMQ plugin comment ActiveMQ was cloned from MongoDB. Fix the comment to refer to the correct component. Signed-off-by: Bryn M. Reeves --- sos/plugins/activemq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/plugins/activemq.py b/sos/plugins/activemq.py index c95eb26a..3b0f1677 100644 --- a/sos/plugins/activemq.py +++ b/sos/plugins/activemq.py @@ -16,7 +16,7 @@ from sos.plugins import Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin class ActiveMq(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): - """MongoDB related information + """ActiveMQ related information """ plugin_name = 'activemq' -- cgit