From 51d851815e4ff12e957f424e8290ba7b3db0c274 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Tue, 20 Aug 2019 15:19:55 +0530 Subject: [PATCH] qa/tasks: fixed typo in the comment Signed-off-by: Jos Collin --- qa/tasks/mds_thrash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/mds_thrash.py b/qa/tasks/mds_thrash.py index 30543b56f1b22..ad917443cb03c 100644 --- a/qa/tasks/mds_thrash.py +++ b/qa/tasks/mds_thrash.py @@ -246,7 +246,7 @@ class MDSThrasher(Greenlet): # allow successful completion so gevent doesn't see an exception... def log(self, x): - """Write data to logger assigned to this MDThrasher""" + """Write data to the logger assigned to MDSThrasher""" self.logger.info(x) def stop(self): -- 2.39.5