From dc99b821eb239013d5156c31bb3be754b9982281 Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Tue, 17 May 2022 19:36:06 -0300
Subject: [PATCH] idrange: Fix typo in test comments.

There were some typos in the idrange test playbook.
---
 tests/idrange/test_idrange.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/idrange/test_idrange.yml b/tests/idrange/test_idrange.yml
index 0d12af90..da5aa2b6 100644
--- a/tests/idrange/test_idrange.yml
+++ b/tests/idrange/test_idrange.yml
@@ -119,7 +119,7 @@
           name: local_id_range
 
   - block:
-      # Create trust with range_type: ipa-ad-trust-posix
+      # Create trust with range_type: ipa-ad-trust
       - name: Create trust with range_type 'ipa-ad-trust'
         include_tasks: tasks_set_trust.yml
         vars:
@@ -127,7 +127,7 @@
           trust_range_size: 200000
           trust_range_type: ipa-ad-trust
 
-      # Can't user secondary_rid_base with dom_sid/dom_name
+      # Can't use secondary_rid_base with dom_sid/dom_name
       - name: Ensure AD-trust idrange is present
         ipaidrange:
           ipaadmin_password: SomeADMINpassword
@@ -235,7 +235,7 @@
           trust_range_size: 2000000
           trust_range_type: ipa-ad-trust-posix
 
-      # Can't user secondary_rid_base or rid_base with "ad-trust-posix"
+      # Can't use secondary_rid_base or rid_base with "ad-trust-posix"
       - name: Ensure AD-trust-posix idrange is present
         ipaidrange:
           ipaadmin_password: SomeADMINpassword
-- 
GitLab