]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: Fix typos in descriptions
authorDavid Zafman <dzafman@redhat.com>
Sun, 13 Sep 2020 17:09:53 +0000 (10:09 -0700)
committerDavid Zafman <dzafman@redhat.com>
Mon, 14 Sep 2020 20:06:29 +0000 (13:06 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
qa/tasks/ec_lost_unfound.py
qa/tasks/lost_unfound.py
qa/tasks/rep_lost_unfound_delete.py

index e12b6901cc470a2fc893f2d5f20a66cbd7e2ac42..71068692d0a47cbfa1fccc99f3b0d046dca1dfc5 100644 (file)
@@ -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 = {}
index ab17a95dc30d037c5588cac34b06bdc32a7b6aea..213e3e68c349f44da1748704a091bb2533165700 100644 (file)
@@ -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:
index d422a33bb46cd0202911d4b80d32494f7f33e3a7..893f76ea195a357dfbd7212b161c02d621d22da3 100644 (file)
@@ -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: