From: David Zafman Date: Sun, 13 Sep 2020 17:09:53 +0000 (-0700) Subject: test: Fix typos in descriptions X-Git-Tag: v16.1.0~1067^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4a655868a2c025906c2fe01a5ac156a070421e15;p=ceph.git test: Fix typos in descriptions Signed-off-by: David Zafman --- diff --git a/qa/tasks/ec_lost_unfound.py b/qa/tasks/ec_lost_unfound.py index e12b6901cc47..71068692d0a4 100644 --- a/qa/tasks/ec_lost_unfound.py +++ b/qa/tasks/ec_lost_unfound.py @@ -14,7 +14,7 @@ def task(ctx, config): """ Test handling of lost objects on an ec pool. - A pretty rigid cluster is brought up andtested by this task + A pretty rigid cluster is brought up and tested by this task """ if config is None: config = {} diff --git a/qa/tasks/lost_unfound.py b/qa/tasks/lost_unfound.py index ab17a95dc30d..213e3e68c349 100644 --- a/qa/tasks/lost_unfound.py +++ b/qa/tasks/lost_unfound.py @@ -14,7 +14,7 @@ def task(ctx, config): """ Test handling of lost objects. - A pretty rigid cluseter is brought up andtested by this task + A pretty rigid cluster is brought up and tested by this task """ POOL = 'unfound_pool' if config is None: diff --git a/qa/tasks/rep_lost_unfound_delete.py b/qa/tasks/rep_lost_unfound_delete.py index d422a33bb46c..893f76ea195a 100644 --- a/qa/tasks/rep_lost_unfound_delete.py +++ b/qa/tasks/rep_lost_unfound_delete.py @@ -15,7 +15,7 @@ def task(ctx, config): """ Test handling of lost objects. - A pretty rigid cluseter is brought up andtested by this task + A pretty rigid cluster is brought up and tested by this task """ POOL = 'unfounddel_pool' if config is None: