aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-04-15 13:35:26 +0100
committerPep Turro Mauri <pep@redhat.com>2014-06-26 22:19:07 +0200
commit218071921d15391752ddb2113c35a7412381cfbd (patch)
treeac78f7d800a489dd0fcacf94042438b1377d9e04
parent1c0cbbaab61f9f316af094070cff58087f04aecf (diff)
downloadsos-218071921d15391752ddb2113c35a7412381cfbd.tar.gz
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 <bmr@redhat.com>
-rw-r--r--sos/plugins/activemq.py2
1 files changed, 1 insertions, 1 deletions
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'